Html Css Color HEX #D93AAA Deep Cerise

📋 copy color: '#D93AAA'

red 217 ◦ green 58 ◦ blue 170

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

Shades of Deep Cerise #D93AAA

Tints of Deep Cerise #D93AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.03%

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

R = 48.76%
G = 13.03%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D93AAA (or 0xD93AAA) is known color: Deep Cerise. HEX triplet: D9, 3A and AA. RGB value is (217,58,170). Sum of RGB (Red+Green+Blue) = 217+58+170=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93AAA is #26C555. Grayscale: #767676. Windows color (decimal): -2540886 or 11156185. OLE color: 11156185.

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

Color convert

RGB 217 58 170 -
CMYK 0 0.73 0.22 0.15
HSL 317.74º 0.68% 0.54% -
HSV(B) 317.74º 0.73% 0.85% -
XYZ 37.38 20.68 40.05 -
YUV 118.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 217 58 170 0 0.73 0.22 0.15 317.74 0.68 0.54
Hex D9 3A AA 0 49 16 F 13E 44 36
Octal 331 72 252 0 111 26 17 476 104 66
Binary 11011001 111010 10101010 0 1001001 10110 1111 100111110 1000100 110110

Color Harmonies of #D93AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AAA

Black with #D93AAA

Text Example


Text Example

White with #D93AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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