Html Css Color HEX #D93482 Deep Cerise

📋 copy color: '#D93482'

red 217 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #D93482

Tints of Deep Cerise #D93482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.03%

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

R = 54.39%
G = 13.03%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D93482 (or 0xD93482) is known color: Deep Cerise. HEX triplet: D9, 34 and 82. RGB value is (217,52,130). Sum of RGB (Red+Green+Blue) = 217+52+130=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D93482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93482 is #26CB7D. Grayscale: #6E6E6E. Windows color (decimal): -2542462 or 8533209. OLE color: 8533209.

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

Color convert

RGB 217 52 130 -
CMYK 0 0.76 0.40 0.15
HSL 331.64º 0.68% 0.53% -
HSV(B) 331.64º 0.76% 0.85% -
XYZ 33.87 18.82 22.97 -
YUV 110.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 217 52 130 0 0.76 0.40 0.15 331.64 0.68 0.53
Hex D9 34 82 0 4C 28 F 14C 44 35
Octal 331 64 202 0 114 50 17 514 104 65
Binary 11011001 110100 10000010 0 1001100 101000 1111 101001100 1000100 110101

Color Harmonies of #D93482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93482

Black with #D93482

Text Example


Text Example

White with #D93482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93482; }

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

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

background-color css

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

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

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

border-color css

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

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

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