Html Css Color HEX #D42869 Cerise

📋 copy color: '#D42869'

red 212 ◦ green 40 ◦ blue 105

#D42869
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D42869

Tints of Cerise #D42869

RGB

 RED value IS 212 (83.2% from 255) = 59.38%

 GREEN value IS 40 (16.02% from 255) = 11.2%

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 59.38%
G = 11.2%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D42869 (or 0xD42869) is known color: Cerise. HEX triplet: D4, 28 and 69. RGB value is (212,40,105). Sum of RGB (Red+Green+Blue) = 212+40+105=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D42869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42869 is #2BD796. Grayscale: #626262. Windows color (decimal): -2873239 or 6891732. OLE color: 6891732.

HSL color Cylindrical-coordinate representation of color #D42869: hue angle of 337.33º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42869 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 105 -
CMYK 0 0.81 0.50 0.17
HSL 337.33º 0.68% 0.49% -
HSV(B) 337.33º 0.81% 0.83% -
XYZ 30.46 16.53 14.95 -
YUV 98.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 212 40 105 0 0.81 0.50 0.17 337.33 0.68 0.49
Hex D4 28 69 0 51 32 11 151 44 31
Octal 324 50 151 0 121 62 21 521 104 61
Binary 11010100 101000 1101001 0 1010001 110010 10001 101010001 1000100 110001

Color Harmonies of #D42869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42869

Black with #D42869

Text Example


Text Example

White with #D42869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42869; }

 p { color: rgb(212,40,105); }

 H1.HeaderClassName
 {
   color: #D42869;
 }
 .AnyTagClassName
 {
   color: #D42869;
 }
</style>

background-color css

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

 a { background-color: rgb(212,40,105); }

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

border-color css

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

 span { border-color: rgb(212,40,105); }

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