Html Css Color HEX #D42A6B Cerise

📋 copy color: '#D42A6B'

red 212 ◦ green 42 ◦ blue 107

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

Shades of Cerise #D42A6B

Tints of Cerise #D42A6B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.63%

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 58.73%
G = 11.63%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D42A6B (or 0xD42A6B) is known color: Cerise. HEX triplet: D4, 2A and 6B. RGB value is (212,42,107). Sum of RGB (Red+Green+Blue) = 212+42+107=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42A6B is #2BD594. Grayscale: #646464. Windows color (decimal): -2872725 or 7023316. OLE color: 7023316.

HSL color Cylindrical-coordinate representation of color #D42A6B: hue angle of 337.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A6B is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 107 -
CMYK 0 0.80 0.50 0.17
HSL 337.06º 0.67% 0.5% -
HSV(B) 337.06º 0.8% 0.83% -
XYZ 30.63 16.71 15.52 -
YUV 100.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 212 42 107 0 0.80 0.50 0.17 337.06 0.67 0.5
Hex D4 2A 6B 0 50 32 11 151 43 32
Octal 324 52 153 0 120 62 21 521 103 62
Binary 11010100 101010 1101011 0 1010000 110010 10001 101010001 1000011 110010

Color Harmonies of #D42A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42A6B

Black with #D42A6B

Text Example


Text Example

White with #D42A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42A6B; }

 p { color: rgb(212,42,107); }

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

background-color css

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

 a { background-color: rgb(212,42,107); }

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

border-color css

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

 span { border-color: rgb(212,42,107); }

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