Html Css Color HEX #D53F80 Deep Cerise

📋 copy color: '#D53F80'

red 213 ◦ green 63 ◦ blue 128

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

Shades of Deep Cerise #D53F80

Tints of Deep Cerise #D53F80

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

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

R = 52.72%
G = 15.59%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D53F80 (or 0xD53F80) is known color: Deep Cerise. HEX triplet: D5, 3F and 80. RGB value is (213,63,128). Sum of RGB (Red+Green+Blue) = 213+63+128=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F80 is #2AC07F. Grayscale: #737373. Windows color (decimal): -2801792 or 8404949. OLE color: 8404949.

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

Color convert

RGB 213 63 128 -
CMYK 0 0.70 0.40 0.16
HSL 334º 0.64% 0.54% -
HSV(B) 334º 0.7% 0.84% -
XYZ 33.11 19.26 22.39 -
YUV 115.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 213 63 128 0 0.70 0.40 0.16 334 0.64 0.54
Hex D5 3F 80 0 46 28 10 14E 40 36
Octal 325 77 200 0 106 50 20 516 100 66
Binary 11010101 111111 10000000 0 1000110 101000 10000 101001110 1000000 110110

Color Harmonies of #D53F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F80

Black with #D53F80

Text Example


Text Example

White with #D53F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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