Html Css Color HEX #D53983 Deep Cerise

📋 copy color: '#D53983'

red 213 ◦ green 57 ◦ blue 131

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

Shades of Deep Cerise #D53983

Tints of Deep Cerise #D53983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 53.12%
G = 14.21%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D53983 (or 0xD53983) is known color: Deep Cerise. HEX triplet: D5, 39 and 83. RGB value is (213,57,131). Sum of RGB (Red+Green+Blue) = 213+57+131=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D53983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53983 is #2AC67C. Grayscale: #6F6F6F. Windows color (decimal): -2803325 or 8600021. OLE color: 8600021.

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

Color convert

RGB 213 57 131 -
CMYK 0 0.73 0.38 0.16
HSL 331.54º 0.65% 0.53% -
HSV(B) 331.54º 0.73% 0.84% -
XYZ 33 18.71 23.35 -
YUV 112.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 213 57 131 0 0.73 0.38 0.16 331.54 0.65 0.53
Hex D5 39 83 0 49 26 10 14C 41 35
Octal 325 71 203 0 111 46 20 514 101 65
Binary 11010101 111001 10000011 0 1001001 100110 10000 101001100 1000001 110101

Color Harmonies of #D53983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53983

Black with #D53983

Text Example


Text Example

White with #D53983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53983; }

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

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

background-color css

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

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

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

border-color css

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

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

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