Html Css Color HEX #D93C82 Deep Cerise

📋 copy color: '#D93C82'

red 217 ◦ green 60 ◦ blue 130

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

Shades of Deep Cerise #D93C82

Tints of Deep Cerise #D93C82

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 53.32%
G = 14.74%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D93C82 (or 0xD93C82) is known color: Deep Cerise. HEX triplet: D9, 3C and 82. RGB value is (217,60,130). Sum of RGB (Red+Green+Blue) = 217+60+130=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C82 is #26C37D. Grayscale: #727272. Windows color (decimal): -2540414 or 8535257. OLE color: 8535257.

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

Color convert

RGB 217 60 130 -
CMYK 0 0.72 0.40 0.15
HSL 333.25º 0.67% 0.54% -
HSV(B) 333.25º 0.72% 0.85% -
XYZ 34.26 19.6 23.1 -
YUV 114.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 217 60 130 0 0.72 0.40 0.15 333.25 0.67 0.54
Hex D9 3C 82 0 48 28 F 14D 43 36
Octal 331 74 202 0 110 50 17 515 103 66
Binary 11011001 111100 10000010 0 1001000 101000 1111 101001101 1000011 110110

Color Harmonies of #D93C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C82

Black with #D93C82

Text Example


Text Example

White with #D93C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C82; }

 p { color: rgb(217,60,130); }

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

background-color css

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

 a { background-color: rgb(217,60,130); }

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

border-color css

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

 span { border-color: rgb(217,60,130); }

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