Html Css Color HEX #D93AAB Deep Cerise

📋 copy color: '#D93AAB'

red 217 ◦ green 58 ◦ blue 171

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

Shades of Deep Cerise #D93AAB

Tints of Deep Cerise #D93AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 48.65%
G = 13%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D93AAB (or 0xD93AAB) is known color: Deep Cerise. HEX triplet: D9, 3A and AB. RGB value is (217,58,171). Sum of RGB (Red+Green+Blue) = 217+58+171=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93AAB is #26C554. Grayscale: #767676. Windows color (decimal): -2540885 or 11221721. OLE color: 11221721.

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

Color convert

RGB 217 58 171 -
CMYK 0 0.73 0.21 0.15
HSL 317.36º 0.68% 0.54% -
HSV(B) 317.36º 0.73% 0.85% -
XYZ 37.48 20.72 40.55 -
YUV 118.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 217 58 171 0 0.73 0.21 0.15 317.36 0.68 0.54
Hex D9 3A AB 0 49 15 F 13D 44 36
Octal 331 72 253 0 111 25 17 475 104 66
Binary 11011001 111010 10101011 0 1001001 10101 1111 100111101 1000100 110110

Color Harmonies of #D93AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AAB

Black with #D93AAB

Text Example


Text Example

White with #D93AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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