Html Css Color HEX #D93DAA Deep Cerise

📋 copy color: '#D93DAA'

red 217 ◦ green 61 ◦ blue 170

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

Shades of Deep Cerise #D93DAA

Tints of Deep Cerise #D93DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 48.44%
G = 13.62%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D93DAA (or 0xD93DAA) is known color: Deep Cerise. HEX triplet: D9, 3D and AA. RGB value is (217,61,170). Sum of RGB (Red+Green+Blue) = 217+61+170=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DAA is #26C255. Grayscale: #777777. Windows color (decimal): -2540118 or 11156953. OLE color: 11156953.

HSL color Cylindrical-coordinate representation of color #D93DAA: hue angle of 318.08º 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 #D93DAA is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 61 170 -
CMYK 0 0.72 0.22 0.15
HSL 318.08º 0.67% 0.55% -
HSV(B) 318.08º 0.72% 0.85% -
XYZ 37.54 20.99 40.1 -
YUV 120.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 217 61 170 0 0.72 0.22 0.15 318.08 0.67 0.55
Hex D9 3D AA 0 48 16 F 13E 43 37
Octal 331 75 252 0 110 26 17 476 103 67
Binary 11011001 111101 10101010 0 1001000 10110 1111 100111110 1000011 110111

Color Harmonies of #D93DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DAA

Black with #D93DAA

Text Example


Text Example

White with #D93DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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