Html Css Color HEX #D62F9C Deep Cerise

📋 copy color: '#D62F9C'

red 214 ◦ green 47 ◦ blue 156

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

Shades of Deep Cerise #D62F9C

Tints of Deep Cerise #D62F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 51.32%
G = 11.27%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D62F9C (or 0xD62F9C) is known color: Deep Cerise. HEX triplet: D6, 2F and 9C. RGB value is (214,47,156). Sum of RGB (Red+Green+Blue) = 214+47+156=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F9C is #29D063. Grayscale: #6D6D6D. Windows color (decimal): -2740324 or 10235862. OLE color: 10235862.

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

Color convert

RGB 214 47 156 -
CMYK 0 0.78 0.27 0.16
HSL 320.84º 0.67% 0.51% -
HSV(B) 320.84º 0.78% 0.84% -
XYZ 34.75 18.73 33.24 -
YUV 109.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 214 47 156 0 0.78 0.27 0.16 320.84 0.67 0.51
Hex D6 2F 9C 0 4E 1B 10 141 43 33
Octal 326 57 234 0 116 33 20 501 103 63
Binary 11010110 101111 10011100 0 1001110 11011 10000 101000001 1000011 110011

Color Harmonies of #D62F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F9C

Black with #D62F9C

Text Example


Text Example

White with #D62F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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