#D43461

Color #D43461 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D43461

Tints of Cerise #D43461

Color information

#D43461 (or 0xD43461) is unknown color: approx Cerise. HEX triplet: D4, 34 and 61. RGB value is (212,52,97). Sum of RGB (Red+Green+Blue) = 212+52+97=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D43461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43461 is #2BCB9E. Grayscale: #686868. Windows color (decimal): -2870175 or 6370516. OLE color: 6370516.

HSL color Cylindrical-coordinate representation of color #D43461: hue angle of 343.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43461 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB2125297-
CMYK00.750.540.17
HSL343.12º65.04%51.76%-
HSV(B)343.12º75.47%83.14%-
XYZ30.5417.3213.04-
YUV104.97123.51204.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 58.73%
GREEN value IS 52 (20.70% from 255) = 14.40%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=58.73%
G=14.40%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212529700.750.540.17343.1265.0451.76
HexD4346104B36111574134
Octal324641410113662152710164
Binary11010100110100110000101001011110110100011010101111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43461; }

 p { color: rgb(212,52,97); }

 H1.HeaderClassName
 {
   color: #D43461;
 }
 .AnyTagClassName
 {
   color: #D43461;
 }
</style>
background-color css

<style>
 a { background-color: #D43461; }

 a { background-color: rgb(212,52,97); }

 div.DivClassName
 {
   background-color: #D43461;
 }
 .BgClassName
 {
   background-color: #D43461;
 }
</style>
border-color css

<style>
 span { border-color: #D43461; }

 span { border-color: rgb(212,52,97); }

 td.TdClassName
 {
   border-color: #D43461;
 }
 .TagClassName
 {
   border-color: #D43461;
 }
</style>