Html Css Color HEX #D53586 Deep Cerise

📋 copy color: '#D53586'

red 213 ◦ green 53 ◦ blue 134

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

Shades of Deep Cerise #D53586

Tints of Deep Cerise #D53586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.25%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 53.25%
G = 13.25%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D53586 (or 0xD53586) is known color: Deep Cerise. HEX triplet: D5, 35 and 86. RGB value is (213,53,134). Sum of RGB (Red+Green+Blue) = 213+53+134=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53586 is #2ACA79. Grayscale: #6D6D6D. Windows color (decimal): -2804346 or 8795605. OLE color: 8795605.

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

Color convert

RGB 213 53 134 -
CMYK 0 0.75 0.37 0.16
HSL 329.63º 0.66% 0.52% -
HSV(B) 329.63º 0.75% 0.84% -
XYZ 33.02 18.41 24.37 -
YUV 110.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 213 53 134 0 0.75 0.37 0.16 329.63 0.66 0.52
Hex D5 35 86 0 4B 25 10 14A 42 34
Octal 325 65 206 0 113 45 20 512 102 64
Binary 11010101 110101 10000110 0 1001011 100101 10000 101001010 1000010 110100

Color Harmonies of #D53586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53586

Black with #D53586

Text Example


Text Example

White with #D53586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53586; }

 p { color: rgb(213,53,134); }

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

background-color css

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

 a { background-color: rgb(213,53,134); }

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

border-color css

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

 span { border-color: rgb(213,53,134); }

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