Html Css Color HEX #D53480 Deep Cerise

📋 copy color: '#D53480'

red 213 ◦ green 52 ◦ blue 128

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

Shades of Deep Cerise #D53480

Tints of Deep Cerise #D53480

RGB

 RED value IS 213 (83.59% from 255) = 54.2%

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

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

R = 54.2%
G = 13.23%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D53480 (or 0xD53480) is known color: Deep Cerise. HEX triplet: D5, 34 and 80. RGB value is (213,52,128). Sum of RGB (Red+Green+Blue) = 213+52+128=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D53480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53480 is #2ACB7F. Grayscale: #6C6C6C. Windows color (decimal): -2804608 or 8402133. OLE color: 8402133.

HSL color Cylindrical-coordinate representation of color #D53480: hue angle of 331.68º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53480 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 128 -
CMYK 0 0.76 0.40 0.16
HSL 331.68º 0.66% 0.52% -
HSV(B) 331.68º 0.76% 0.84% -
XYZ 32.56 18.16 22.21 -
YUV 108.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 213 52 128 0 0.76 0.40 0.16 331.68 0.66 0.52
Hex D5 34 80 0 4C 28 10 14C 42 34
Octal 325 64 200 0 114 50 20 514 102 64
Binary 11010101 110100 10000000 0 1001100 101000 10000 101001100 1000010 110100

Color Harmonies of #D53480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53480

Black with #D53480

Text Example


Text Example

White with #D53480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53480; }

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

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

background-color css

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

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

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

border-color css

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

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

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