Html Css Color HEX #D62F5E Cerise

📋 copy color: '#D62F5E'

red 214 ◦ green 47 ◦ blue 94

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

Shades of Cerise #D62F5E

Tints of Cerise #D62F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 60.28%
G = 13.24%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D62F5E (or 0xD62F5E) is known color: Cerise. HEX triplet: D6, 2F and 5E. RGB value is (214,47,94). Sum of RGB (Red+Green+Blue) = 214+47+94=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F5E is #29D0A1. Grayscale: #666666. Windows color (decimal): -2740386 or 6172630. OLE color: 6172630.

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

Color convert

RGB 214 47 94 -
CMYK 0 0.78 0.56 0.16
HSL 343.11º 0.67% 0.51% -
HSV(B) 343.11º 0.78% 0.84% -
XYZ 30.77 17.14 12.28 -
YUV 102.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 214 47 94 0 0.78 0.56 0.16 343.11 0.67 0.51
Hex D6 2F 5E 0 4E 38 10 157 43 33
Octal 326 57 136 0 116 70 20 527 103 63
Binary 11010110 101111 1011110 0 1001110 111000 10000 101010111 1000011 110011

Color Harmonies of #D62F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F5E

Black with #D62F5E

Text Example


Text Example

White with #D62F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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