Html Css Color HEX #D53982 Deep Cerise

📋 copy color: '#D53982'

red 213 ◦ green 57 ◦ blue 130

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

Shades of Deep Cerise #D53982

Tints of Deep Cerise #D53982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

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

R = 53.25%
G = 14.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D53982 (or 0xD53982) is known color: Deep Cerise. HEX triplet: D5, 39 and 82. RGB value is (213,57,130). Sum of RGB (Red+Green+Blue) = 213+57+130=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53982 is #2AC67D. Grayscale: #6F6F6F. Windows color (decimal): -2803326 or 8534485. OLE color: 8534485.

HSL color Cylindrical-coordinate representation of color #D53982: hue angle of 331.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53982 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 130 -
CMYK 0 0.73 0.39 0.16
HSL 331.92º 0.65% 0.53% -
HSV(B) 331.92º 0.73% 0.84% -
XYZ 32.93 18.68 22.99 -
YUV 111.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 213 57 130 0 0.73 0.39 0.16 331.92 0.65 0.53
Hex D5 39 82 0 49 27 10 14C 41 35
Octal 325 71 202 0 111 47 20 514 101 65
Binary 11010101 111001 10000010 0 1001001 100111 10000 101001100 1000001 110101

Color Harmonies of #D53982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53982

Black with #D53982

Text Example


Text Example

White with #D53982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53982; }

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

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

background-color css

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

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

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

border-color css

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

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

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