Html Css Color HEX #D42864 Cerise

📋 copy color: '#D42864'

red 212 ◦ green 40 ◦ blue 100

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

Shades of Cerise #D42864

Tints of Cerise #D42864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 60.23%
G = 11.36%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D42864 (or 0xD42864) is known color: Cerise. HEX triplet: D4, 28 and 64. RGB value is (212,40,100). Sum of RGB (Red+Green+Blue) = 212+40+100=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D42864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42864 is #2BD79B. Grayscale: #626262. Windows color (decimal): -2873244 or 6564052. OLE color: 6564052.

HSL color Cylindrical-coordinate representation of color #D42864: hue angle of 339.07º 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 #D42864 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 100 -
CMYK 0 0.81 0.53 0.17
HSL 339.07º 0.68% 0.49% -
HSV(B) 339.07º 0.81% 0.83% -
XYZ 30.21 16.43 13.64 -
YUV 98.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 212 40 100 0 0.81 0.53 0.17 339.07 0.68 0.49
Hex D4 28 64 0 51 35 11 153 44 31
Octal 324 50 144 0 121 65 21 523 104 61
Binary 11010100 101000 1100100 0 1010001 110101 10001 101010011 1000100 110001

Color Harmonies of #D42864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42864

Black with #D42864

Text Example


Text Example

White with #D42864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42864; }

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

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

background-color css

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

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

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

border-color css

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

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

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