Html Css Color HEX #D93480 Deep Cerise

📋 copy color: '#D93480'

red 217 ◦ green 52 ◦ blue 128

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

Shades of Deep Cerise #D93480

Tints of Deep Cerise #D93480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 54.66%
G = 13.1%
B = 32.24%

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

#D93480 (or 0xD93480) is known color: Deep Cerise. HEX triplet: D9, 34 and 80. RGB value is (217,52,128). Sum of RGB (Red+Green+Blue) = 217+52+128=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D93480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93480 is #26CB7F. Grayscale: #6D6D6D. Windows color (decimal): -2542464 or 8402137. OLE color: 8402137.

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

Color convert

RGB 217 52 128 -
CMYK 0 0.76 0.41 0.15
HSL 332.36º 0.68% 0.53% -
HSV(B) 332.36º 0.76% 0.85% -
XYZ 33.74 18.77 22.27 -
YUV 110 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 217 52 128 0 0.76 0.41 0.15 332.36 0.68 0.53
Hex D9 34 80 0 4C 29 F 14C 44 35
Octal 331 64 200 0 114 51 17 514 104 65
Binary 11011001 110100 10000000 0 1001100 101001 1111 101001100 1000100 110101

Color Harmonies of #D93480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93480

Black with #D93480

Text Example


Text Example

White with #D93480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93480; }

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

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

background-color css

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

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

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

border-color css

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

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

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