Html Css Color HEX #D62A60 Cerise

📋 copy color: '#D62A60'

red 214 ◦ green 42 ◦ blue 96

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

Shades of Cerise #D62A60

Tints of Cerise #D62A60

RGB

 RED value IS 214 (83.98% from 255) = 60.8%

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

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

R = 60.8%
G = 11.93%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62A60 (or 0xD62A60) is known color: Cerise. HEX triplet: D6, 2A and 60. RGB value is (214,42,96). Sum of RGB (Red+Green+Blue) = 214+42+96=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A60 is #29D59F. Grayscale: #636363. Windows color (decimal): -2741664 or 6302422. OLE color: 6302422.

HSL color Cylindrical-coordinate representation of color #D62A60: hue angle of 341.16º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A60 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 96 -
CMYK 0 0.80 0.55 0.16
HSL 341.16º 0.68% 0.5% -
HSV(B) 341.16º 0.8% 0.84% -
XYZ 30.67 16.8 12.69 -
YUV 99.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 214 42 96 0 0.80 0.55 0.16 341.16 0.68 0.5
Hex D6 2A 60 0 50 37 10 155 44 32
Octal 326 52 140 0 120 67 20 525 104 62
Binary 11010110 101010 1100000 0 1010000 110111 10000 101010101 1000100 110010

Color Harmonies of #D62A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A60

Black with #D62A60

Text Example


Text Example

White with #D62A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A60; }

 p { color: rgb(214,42,96); }

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

background-color css

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

 a { background-color: rgb(214,42,96); }

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

border-color css

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

 span { border-color: rgb(214,42,96); }

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