Html Css Color HEX #D62193 Deep Cerise

📋 copy color: '#D62193'

red 214 ◦ green 33 ◦ blue 147

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

Shades of Deep Cerise #D62193

Tints of Deep Cerise #D62193

RGB

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

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

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

R = 54.31%
G = 8.38%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D62193 (or 0xD62193) is known color: Deep Cerise. HEX triplet: D6, 21 and 93. RGB value is (214,33,147). Sum of RGB (Red+Green+Blue) = 214+33+147=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D62193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62193 is #29DE6C. Grayscale: #636363. Windows color (decimal): -2743917 or 9642454. OLE color: 9642454.

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

Color convert

RGB 214 33 147 -
CMYK 0 0.85 0.31 0.16
HSL 322.21º 0.73% 0.48% -
HSV(B) 322.21º 0.85% 0.84% -
XYZ 33.54 17.49 29.21 -
YUV 100.12 154.47 209.23 -
System Red Green Blue C M Y K H S L
Decimal 214 33 147 0 0.85 0.31 0.16 322.21 0.73 0.48
Hex D6 21 93 0 55 1F 10 142 49 30
Octal 326 41 223 0 125 37 20 502 111 60
Binary 11010110 100001 10010011 0 1010101 11111 10000 101000010 1001001 110000

Color Harmonies of #D62193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62193

Black with #D62193

Text Example


Text Example

White with #D62193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62193; }

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

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

background-color css

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

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

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

border-color css

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

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

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