Html Css Color HEX #D53F82 Deep Cerise

📋 copy color: '#D53F82'

red 213 ◦ green 63 ◦ blue 130

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

Shades of Deep Cerise #D53F82

Tints of Deep Cerise #D53F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 52.46%
G = 15.52%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D53F82 (or 0xD53F82) is known color: Deep Cerise. HEX triplet: D5, 3F and 82. RGB value is (213,63,130). Sum of RGB (Red+Green+Blue) = 213+63+130=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F82 is #2AC07D. Grayscale: #737373. Windows color (decimal): -2801790 or 8536021. OLE color: 8536021.

HSL color Cylindrical-coordinate representation of color #D53F82: hue angle of 333.2º 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 #D53F82 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 130 -
CMYK 0 0.70 0.39 0.16
HSL 333.2º 0.64% 0.54% -
HSV(B) 333.2º 0.7% 0.84% -
XYZ 33.25 19.31 23.09 -
YUV 115.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 213 63 130 0 0.70 0.39 0.16 333.2 0.64 0.54
Hex D5 3F 82 0 46 27 10 14D 40 36
Octal 325 77 202 0 106 47 20 515 100 66
Binary 11010101 111111 10000010 0 1000110 100111 10000 101001101 1000000 110110

Color Harmonies of #D53F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F82

Black with #D53F82

Text Example


Text Example

White with #D53F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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