Html Css Color HEX #D53580 Deep Cerise

📋 copy color: '#D53580'

red 213 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #D53580

Tints of Deep Cerise #D53580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.45%

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

R = 54.06%
G = 13.45%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D53580 (or 0xD53580) is known color: Deep Cerise. HEX triplet: D5, 35 and 80. RGB value is (213,53,128). Sum of RGB (Red+Green+Blue) = 213+53+128=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D53580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53580 is #2ACA7F. Grayscale: #6D6D6D. Windows color (decimal): -2804352 or 8402389. OLE color: 8402389.

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

Color convert

RGB 213 53 128 -
CMYK 0 0.75 0.40 0.16
HSL 331.88º 0.66% 0.52% -
HSV(B) 331.88º 0.75% 0.84% -
XYZ 32.61 18.25 22.23 -
YUV 109.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 213 53 128 0 0.75 0.40 0.16 331.88 0.66 0.52
Hex D5 35 80 0 4B 28 10 14C 42 34
Octal 325 65 200 0 113 50 20 514 102 64
Binary 11010101 110101 10000000 0 1001011 101000 10000 101001100 1000010 110100

Color Harmonies of #D53580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53580

Black with #D53580

Text Example


Text Example

White with #D53580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53580; }

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

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

background-color css

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

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

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

border-color css

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

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

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