Html Css Color HEX #D93AA1 Deep Cerise

📋 copy color: '#D93AA1'

red 217 ◦ green 58 ◦ blue 161

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

Shades of Deep Cerise #D93AA1

Tints of Deep Cerise #D93AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 49.77%
G = 13.3%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D93AA1 (or 0xD93AA1) is known color: Deep Cerise. HEX triplet: D9, 3A and A1. RGB value is (217,58,161). Sum of RGB (Red+Green+Blue) = 217+58+161=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93AA1 is #26C55E. Grayscale: #757575. Windows color (decimal): -2540895 or 10566361. OLE color: 10566361.

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

Color convert

RGB 217 58 161 -
CMYK 0 0.73 0.26 0.15
HSL 321.13º 0.68% 0.54% -
HSV(B) 321.13º 0.73% 0.85% -
XYZ 36.56 20.35 35.72 -
YUV 117.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 217 58 161 0 0.73 0.26 0.15 321.13 0.68 0.54
Hex D9 3A A1 0 49 1A F 141 44 36
Octal 331 72 241 0 111 32 17 501 104 66
Binary 11011001 111010 10100001 0 1001001 11010 1111 101000001 1000100 110110

Color Harmonies of #D93AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AA1

Black with #D93AA1

Text Example


Text Example

White with #D93AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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