Html Css Color HEX #D42368 Cerise

📋 copy color: '#D42368'

red 212 ◦ green 35 ◦ blue 104

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

Shades of Cerise #D42368

Tints of Cerise #D42368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 60.4%
G = 9.97%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D42368 (or 0xD42368) is known color: Cerise. HEX triplet: D4, 23 and 68. RGB value is (212,35,104). Sum of RGB (Red+Green+Blue) = 212+35+104=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D42368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42368 is #2BDC97. Grayscale: #5F5F5F. Windows color (decimal): -2874520 or 6824916. OLE color: 6824916.

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

Color convert

RGB 212 35 104 -
CMYK 0 0.83 0.51 0.17
HSL 336.61º 0.72% 0.48% -
HSV(B) 336.61º 0.83% 0.83% -
XYZ 30.25 16.2 14.63 -
YUV 95.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 212 35 104 0 0.83 0.51 0.17 336.61 0.72 0.48
Hex D4 23 68 0 53 33 11 151 48 30
Octal 324 43 150 0 123 63 21 521 110 60
Binary 11010100 100011 1101000 0 1010011 110011 10001 101010001 1001000 110000

Color Harmonies of #D42368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42368

Black with #D42368

Text Example


Text Example

White with #D42368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42368; }

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

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

background-color css

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

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

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

border-color css

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

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

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