Html Css Color HEX #D93AAF Deep Cerise

📋 copy color: '#D93AAF'

red 217 ◦ green 58 ◦ blue 175

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

Shades of Deep Cerise #D93AAF

Tints of Deep Cerise #D93AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 48.22%
G = 12.89%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D93AAF (or 0xD93AAF) is known color: Deep Cerise. HEX triplet: D9, 3A and AF. RGB value is (217,58,175). Sum of RGB (Red+Green+Blue) = 217+58+175=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93AAF is #26C550. Grayscale: #767676. Windows color (decimal): -2540881 or 11483865. OLE color: 11483865.

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

Color convert

RGB 217 58 175 -
CMYK 0 0.73 0.19 0.15
HSL 315.85º 0.68% 0.54% -
HSV(B) 315.85º 0.73% 0.85% -
XYZ 37.87 20.87 42.59 -
YUV 118.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 217 58 175 0 0.73 0.19 0.15 315.85 0.68 0.54
Hex D9 3A AF 0 49 13 F 13C 44 36
Octal 331 72 257 0 111 23 17 474 104 66
Binary 11011001 111010 10101111 0 1001001 10011 1111 100111100 1000100 110110

Color Harmonies of #D93AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AAF

Black with #D93AAF

Text Example


Text Example

White with #D93AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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