Html Css Color HEX #D42860 Cerise

📋 copy color: '#D42860'

red 212 ◦ green 40 ◦ blue 96

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

Shades of Cerise #D42860

Tints of Cerise #D42860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 60.92%
G = 11.49%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D42860 (or 0xD42860) is known color: Cerise. HEX triplet: D4, 28 and 60. RGB value is (212,40,96). Sum of RGB (Red+Green+Blue) = 212+40+96=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D42860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42860 is #2BD79F. Grayscale: #616161. Windows color (decimal): -2873248 or 6301908. OLE color: 6301908.

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

Color convert

RGB 212 40 96 -
CMYK 0 0.81 0.55 0.17
HSL 340.47º 0.68% 0.49% -
HSV(B) 340.47º 0.81% 0.83% -
XYZ 30.02 16.36 12.64 -
YUV 97.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 212 40 96 0 0.81 0.55 0.17 340.47 0.68 0.49
Hex D4 28 60 0 51 37 11 154 44 31
Octal 324 50 140 0 121 67 21 524 104 61
Binary 11010100 101000 1100000 0 1010001 110111 10001 101010100 1000100 110001

Color Harmonies of #D42860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42860

Black with #D42860

Text Example


Text Example

White with #D42860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42860; }

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

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

background-color css

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

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

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

border-color css

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

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

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