Html Css Color HEX #D53483 Deep Cerise

📋 copy color: '#D53483'

red 213 ◦ green 52 ◦ blue 131

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

Shades of Deep Cerise #D53483

Tints of Deep Cerise #D53483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 53.79%
G = 13.13%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D53483 (or 0xD53483) is known color: Deep Cerise. HEX triplet: D5, 34 and 83. RGB value is (213,52,131). Sum of RGB (Red+Green+Blue) = 213+52+131=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D53483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53483 is #2ACB7C. Grayscale: #6C6C6C. Windows color (decimal): -2804605 or 8598741. OLE color: 8598741.

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

Color convert

RGB 213 52 131 -
CMYK 0 0.76 0.38 0.16
HSL 330.56º 0.66% 0.52% -
HSV(B) 330.56º 0.76% 0.84% -
XYZ 32.77 18.24 23.27 -
YUV 109.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 213 52 131 0 0.76 0.38 0.16 330.56 0.66 0.52
Hex D5 34 83 0 4C 26 10 14B 42 34
Octal 325 64 203 0 114 46 20 513 102 64
Binary 11010101 110100 10000011 0 1001100 100110 10000 101001011 1000010 110100

Color Harmonies of #D53483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53483

Black with #D53483

Text Example


Text Example

White with #D53483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53483; }

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

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

background-color css

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

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

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

border-color css

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

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

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