Html Css Color HEX #D62F93 Deep Cerise

📋 copy color: '#D62F93'

red 214 ◦ green 47 ◦ blue 147

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

Shades of Deep Cerise #D62F93

Tints of Deep Cerise #D62F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 52.45%
G = 11.52%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D62F93 (or 0xD62F93) is known color: Deep Cerise. HEX triplet: D6, 2F and 93. RGB value is (214,47,147). Sum of RGB (Red+Green+Blue) = 214+47+147=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F93 is #29D06C. Grayscale: #6C6C6C. Windows color (decimal): -2740333 or 9646038. OLE color: 9646038.

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

Color convert

RGB 214 47 147 -
CMYK 0 0.78 0.31 0.16
HSL 324.07º 0.67% 0.51% -
HSV(B) 324.07º 0.78% 0.84% -
XYZ 34.01 18.44 29.37 -
YUV 108.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 214 47 147 0 0.78 0.31 0.16 324.07 0.67 0.51
Hex D6 2F 93 0 4E 1F 10 144 43 33
Octal 326 57 223 0 116 37 20 504 103 63
Binary 11010110 101111 10010011 0 1001110 11111 10000 101000100 1000011 110011

Color Harmonies of #D62F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F93

Black with #D62F93

Text Example


Text Example

White with #D62F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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