Html Css Color HEX #D93581 Deep Cerise

📋 copy color: '#D93581'

red 217 ◦ green 53 ◦ blue 129

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

Shades of Deep Cerise #D93581

Tints of Deep Cerise #D93581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.28%

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 54.39%
G = 13.28%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D93581 (or 0xD93581) is known color: Deep Cerise. HEX triplet: D9, 35 and 81. RGB value is (217,53,129). Sum of RGB (Red+Green+Blue) = 217+53+129=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D93581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93581 is #26CA7E. Grayscale: #6E6E6E. Windows color (decimal): -2542207 or 8467929. OLE color: 8467929.

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

Color convert

RGB 217 53 129 -
CMYK 0 0.76 0.41 0.15
HSL 332.2º 0.68% 0.53% -
HSV(B) 332.2º 0.76% 0.85% -
XYZ 33.85 18.88 22.63 -
YUV 110.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 217 53 129 0 0.76 0.41 0.15 332.2 0.68 0.53
Hex D9 35 81 0 4C 29 F 14C 44 35
Octal 331 65 201 0 114 51 17 514 104 65
Binary 11011001 110101 10000001 0 1001100 101001 1111 101001100 1000100 110101

Color Harmonies of #D93581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93581

Black with #D93581

Text Example


Text Example

White with #D93581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93581; }

 p { color: rgb(217,53,129); }

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

background-color css

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

 a { background-color: rgb(217,53,129); }

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

border-color css

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

 span { border-color: rgb(217,53,129); }

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