Html Css Color HEX #D93D81 Deep Cerise

📋 copy color: '#D93D81'

red 217 ◦ green 61 ◦ blue 129

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

Shades of Deep Cerise #D93D81

Tints of Deep Cerise #D93D81

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

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

R = 53.32%
G = 14.99%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D93D81 (or 0xD93D81) is known color: Deep Cerise. HEX triplet: D9, 3D and 81. RGB value is (217,61,129). Sum of RGB (Red+Green+Blue) = 217+61+129=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D81 is #26C27E. Grayscale: #737373. Windows color (decimal): -2540159 or 8469977. OLE color: 8469977.

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

Color convert

RGB 217 61 129 -
CMYK 0 0.72 0.41 0.15
HSL 333.85º 0.67% 0.55% -
HSV(B) 333.85º 0.72% 0.85% -
XYZ 34.25 19.67 22.76 -
YUV 115.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 217 61 129 0 0.72 0.41 0.15 333.85 0.67 0.55
Hex D9 3D 81 0 48 29 F 14E 43 37
Octal 331 75 201 0 110 51 17 516 103 67
Binary 11011001 111101 10000001 0 1001000 101001 1111 101001110 1000011 110111

Color Harmonies of #D93D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D81

Black with #D93D81

Text Example


Text Example

White with #D93D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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