Html Css Color HEX #D62F56 Cerise

📋 copy color: '#D62F56'

red 214 ◦ green 47 ◦ blue 86

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

Shades of Cerise #D62F56

Tints of Cerise #D62F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.78%

R = 61.67%
G = 13.54%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D62F56 (or 0xD62F56) is known color: Cerise. HEX triplet: D6, 2F and 56. RGB value is (214,47,86). Sum of RGB (Red+Green+Blue) = 214+47+86=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F56 is #29D0A9. Grayscale: #656565. Windows color (decimal): -2740394 or 5648342. OLE color: 5648342.

HSL color Cylindrical-coordinate representation of color #D62F56: hue angle of 345.99º 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 #D62F56 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 86 -
CMYK 0 0.78 0.60 0.16
HSL 345.99º 0.67% 0.51% -
HSV(B) 345.99º 0.78% 0.84% -
XYZ 30.43 17 10.48 -
YUV 101.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 214 47 86 0 0.78 0.60 0.16 345.99 0.67 0.51
Hex D6 2F 56 0 4E 3C 10 15A 43 33
Octal 326 57 126 0 116 74 20 532 103 63
Binary 11010110 101111 1010110 0 1001110 111100 10000 101011010 1000011 110011

Color Harmonies of #D62F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F56

Black with #D62F56

Text Example


Text Example

White with #D62F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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