Html Css Color HEX #D52580 Deep Cerise

📋 copy color: '#D52580'

red 213 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #D52580

Tints of Deep Cerise #D52580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.79%

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

R = 56.35%
G = 9.79%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D52580 (or 0xD52580) is known color: Deep Cerise. HEX triplet: D5, 25 and 80. RGB value is (213,37,128). Sum of RGB (Red+Green+Blue) = 213+37+128=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D52580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52580 is #2ADA7F. Grayscale: #636363. Windows color (decimal): -2808448 or 8398293. OLE color: 8398293.

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

Color convert

RGB 213 37 128 -
CMYK 0 0.83 0.40 0.16
HSL 328.98º 0.7% 0.49% -
HSV(B) 328.98º 0.83% 0.84% -
XYZ 32 17.03 22.02 -
YUV 100 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 213 37 128 0 0.83 0.40 0.16 328.98 0.7 0.49
Hex D5 25 80 0 53 28 10 149 46 31
Octal 325 45 200 0 123 50 20 511 106 61
Binary 11010101 100101 10000000 0 1010011 101000 10000 101001001 1000110 110001

Color Harmonies of #D52580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52580

Black with #D52580

Text Example


Text Example

White with #D52580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52580; }

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

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

background-color css

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

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

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

border-color css

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

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

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