Html Css Color HEX #D53080 Deep Cerise

📋 copy color: '#D53080'

red 213 ◦ green 48 ◦ blue 128

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

Shades of Deep Cerise #D53080

Tints of Deep Cerise #D53080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.34%

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

R = 54.76%
G = 12.34%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D53080 (or 0xD53080) is known color: Deep Cerise. HEX triplet: D5, 30 and 80. RGB value is (213,48,128). Sum of RGB (Red+Green+Blue) = 213+48+128=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D53080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53080 is #2ACF7F. Grayscale: #6A6A6A. Windows color (decimal): -2805632 or 8401109. OLE color: 8401109.

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

Color convert

RGB 213 48 128 -
CMYK 0 0.77 0.40 0.16
HSL 330.91º 0.66% 0.51% -
HSV(B) 330.91º 0.77% 0.84% -
XYZ 32.39 17.82 22.15 -
YUV 106.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 213 48 128 0 0.77 0.40 0.16 330.91 0.66 0.51
Hex D5 30 80 0 4D 28 10 14B 42 33
Octal 325 60 200 0 115 50 20 513 102 63
Binary 11010101 110000 10000000 0 1001101 101000 10000 101001011 1000010 110011

Color Harmonies of #D53080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53080

Black with #D53080

Text Example


Text Example

White with #D53080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53080; }

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

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

background-color css

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

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

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

border-color css

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

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

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