Html Css Color HEX #D93BAA Deep Cerise

📋 copy color: '#D93BAA'

red 217 ◦ green 59 ◦ blue 170

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

Shades of Deep Cerise #D93BAA

Tints of Deep Cerise #D93BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.23%

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

R = 48.65%
G = 13.23%
B = 38.12%

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

#D93BAA (or 0xD93BAA) is known color: Deep Cerise. HEX triplet: D9, 3B and AA. RGB value is (217,59,170). Sum of RGB (Red+Green+Blue) = 217+59+170=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93BAA is #26C455. Grayscale: #767676. Windows color (decimal): -2540630 or 11156441. OLE color: 11156441.

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

Color convert

RGB 217 59 170 -
CMYK 0 0.73 0.22 0.15
HSL 317.85º 0.68% 0.54% -
HSV(B) 317.85º 0.73% 0.85% -
XYZ 37.43 20.78 40.07 -
YUV 118.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 217 59 170 0 0.73 0.22 0.15 317.85 0.68 0.54
Hex D9 3B AA 0 49 16 F 13E 44 36
Octal 331 73 252 0 111 26 17 476 104 66
Binary 11011001 111011 10101010 0 1001001 10110 1111 100111110 1000100 110110

Color Harmonies of #D93BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93BAA

Black with #D93BAA

Text Example


Text Example

White with #D93BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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