Html Css Color HEX #D93DA0 Deep Cerise

📋 copy color: '#D93DA0'

red 217 ◦ green 61 ◦ blue 160

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

Shades of Deep Cerise #D93DA0

Tints of Deep Cerise #D93DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.93%

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

R = 49.54%
G = 13.93%
B = 36.53%

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

#D93DA0 (or 0xD93DA0) is known color: Deep Cerise. HEX triplet: D9, 3D and A0. RGB value is (217,61,160). Sum of RGB (Red+Green+Blue) = 217+61+160=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DA0 is #26C25F. Grayscale: #767676. Windows color (decimal): -2540128 or 10501593. OLE color: 10501593.

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

Color convert

RGB 217 61 160 -
CMYK 0 0.72 0.26 0.15
HSL 321.92º 0.67% 0.55% -
HSV(B) 321.92º 0.72% 0.85% -
XYZ 36.63 20.63 35.31 -
YUV 118.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 217 61 160 0 0.72 0.26 0.15 321.92 0.67 0.55
Hex D9 3D A0 0 48 1A F 142 43 37
Octal 331 75 240 0 110 32 17 502 103 67
Binary 11011001 111101 10100000 0 1001000 11010 1111 101000010 1000011 110111

Color Harmonies of #D93DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DA0

Black with #D93DA0

Text Example


Text Example

White with #D93DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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