Html Css Color HEX #D42364 Cerise

📋 copy color: '#D42364'

red 212 ◦ green 35 ◦ blue 100

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

Shades of Cerise #D42364

Tints of Cerise #D42364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

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

R = 61.1%
G = 10.09%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D42364 (or 0xD42364) is known color: Cerise. HEX triplet: D4, 23 and 64. RGB value is (212,35,100). Sum of RGB (Red+Green+Blue) = 212+35+100=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D42364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42364 is #2BDC9B. Grayscale: #5F5F5F. Windows color (decimal): -2874524 or 6562772. OLE color: 6562772.

HSL color Cylindrical-coordinate representation of color #D42364: hue angle of 337.97º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42364 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 100 -
CMYK 0 0.83 0.53 0.17
HSL 337.97º 0.72% 0.48% -
HSV(B) 337.97º 0.83% 0.83% -
XYZ 30.05 16.12 13.58 -
YUV 95.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 212 35 100 0 0.83 0.53 0.17 337.97 0.72 0.48
Hex D4 23 64 0 53 35 11 152 48 30
Octal 324 43 144 0 123 65 21 522 110 60
Binary 11010100 100011 1100100 0 1010011 110101 10001 101010010 1001000 110000

Color Harmonies of #D42364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42364

Black with #D42364

Text Example


Text Example

White with #D42364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42364; }

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

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

background-color css

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

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

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

border-color css

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

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

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