Html Css Color HEX #D62F99 Deep Cerise

📋 copy color: '#D62F99'

red 214 ◦ green 47 ◦ blue 153

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

Shades of Deep Cerise #D62F99

Tints of Deep Cerise #D62F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 51.69%
G = 11.35%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62F99 (or 0xD62F99) is known color: Deep Cerise. HEX triplet: D6, 2F and 99. RGB value is (214,47,153). Sum of RGB (Red+Green+Blue) = 214+47+153=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F99 is #29D066. Grayscale: #6C6C6C. Windows color (decimal): -2740327 or 10039254. OLE color: 10039254.

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

Color convert

RGB 214 47 153 -
CMYK 0 0.78 0.29 0.16
HSL 321.92º 0.67% 0.51% -
HSV(B) 321.92º 0.78% 0.84% -
XYZ 34.5 18.63 31.91 -
YUV 109.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 214 47 153 0 0.78 0.29 0.16 321.92 0.67 0.51
Hex D6 2F 99 0 4E 1D 10 142 43 33
Octal 326 57 231 0 116 35 20 502 103 63
Binary 11010110 101111 10011001 0 1001110 11101 10000 101000010 1000011 110011

Color Harmonies of #D62F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F99

Black with #D62F99

Text Example


Text Example

White with #D62F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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