Html Css Color HEX #D93CA0 Deep Cerise

📋 copy color: '#D93CA0'

red 217 ◦ green 60 ◦ blue 160

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

Shades of Deep Cerise #D93CA0

Tints of Deep Cerise #D93CA0

RGB

 RED value IS 217 (85.16% from 255) = 49.66%

 GREEN value IS 60 (23.83% from 255) = 13.73%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 49.66%
G = 13.73%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D93CA0 (or 0xD93CA0) is known color: Deep Cerise. HEX triplet: D9, 3C and A0. RGB value is (217,60,160). Sum of RGB (Red+Green+Blue) = 217+60+160=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CA0 is #26C35F. Grayscale: #767676. Windows color (decimal): -2540384 or 10501337. OLE color: 10501337.

HSL color Cylindrical-coordinate representation of color #D93CA0: hue angle of 321.78º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CA0 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 160 -
CMYK 0 0.72 0.26 0.15
HSL 321.78º 0.67% 0.54% -
HSV(B) 321.78º 0.72% 0.85% -
XYZ 36.58 20.52 35.29 -
YUV 118.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 217 60 160 0 0.72 0.26 0.15 321.78 0.67 0.54
Hex D9 3C A0 0 48 1A F 142 43 36
Octal 331 74 240 0 110 32 17 502 103 66
Binary 11011001 111100 10100000 0 1001000 11010 1111 101000010 1000011 110110

Color Harmonies of #D93CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93CA0

Black with #D93CA0

Text Example


Text Example

White with #D93CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93CA0; }

 p { color: rgb(217,60,160); }

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

background-color css

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

 a { background-color: rgb(217,60,160); }

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

border-color css

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

 span { border-color: rgb(217,60,160); }

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