Html Css Color HEX #D62191 Deep Cerise

📋 copy color: '#D62191'

red 214 ◦ green 33 ◦ blue 145

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

Shades of Deep Cerise #D62191

Tints of Deep Cerise #D62191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 54.59%
G = 8.42%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D62191 (or 0xD62191) is known color: Deep Cerise. HEX triplet: D6, 21 and 91. RGB value is (214,33,145). Sum of RGB (Red+Green+Blue) = 214+33+145=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D62191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62191 is #29DE6E. Grayscale: #636363. Windows color (decimal): -2743919 or 9511382. OLE color: 9511382.

HSL color Cylindrical-coordinate representation of color #D62191: hue angle of 322.87º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62191 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 145 -
CMYK 0 0.85 0.32 0.16
HSL 322.87º 0.73% 0.48% -
HSV(B) 322.87º 0.85% 0.84% -
XYZ 33.39 17.43 28.39 -
YUV 99.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 214 33 145 0 0.85 0.32 0.16 322.87 0.73 0.48
Hex D6 21 91 0 55 20 10 143 49 30
Octal 326 41 221 0 125 40 20 503 111 60
Binary 11010110 100001 10010001 0 1010101 100000 10000 101000011 1001001 110000

Color Harmonies of #D62191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62191

Black with #D62191

Text Example


Text Example

White with #D62191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62191; }

 p { color: rgb(214,33,145); }

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

background-color css

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

 a { background-color: rgb(214,33,145); }

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

border-color css

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

 span { border-color: rgb(214,33,145); }

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