Html Css Color HEX #D62F60 Cerise

📋 copy color: '#D62F60'

red 214 ◦ green 47 ◦ blue 96

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

Shades of Cerise #D62F60

Tints of Cerise #D62F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.17%

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

R = 59.94%
G = 13.17%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62F60 (or 0xD62F60) is known color: Cerise. HEX triplet: D6, 2F and 60. RGB value is (214,47,96). Sum of RGB (Red+Green+Blue) = 214+47+96=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F60 is #29D09F. Grayscale: #666666. Windows color (decimal): -2740384 or 6303702. OLE color: 6303702.

HSL color Cylindrical-coordinate representation of color #D62F60: hue angle of 342.4º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F60 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 96 -
CMYK 0 0.78 0.55 0.16
HSL 342.4º 0.67% 0.51% -
HSV(B) 342.4º 0.78% 0.84% -
XYZ 30.86 17.17 12.75 -
YUV 102.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 214 47 96 0 0.78 0.55 0.16 342.4 0.67 0.51
Hex D6 2F 60 0 4E 37 10 156 43 33
Octal 326 57 140 0 116 67 20 526 103 63
Binary 11010110 101111 1100000 0 1001110 110111 10000 101010110 1000011 110011

Color Harmonies of #D62F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F60

Black with #D62F60

Text Example


Text Example

White with #D62F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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