Html Css Color HEX #D53686 Deep Cerise

📋 copy color: '#D53686'

red 213 ◦ green 54 ◦ blue 134

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

Shades of Deep Cerise #D53686

Tints of Deep Cerise #D53686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.47%

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

R = 53.12%
G = 13.47%
B = 33.42%

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

#D53686 (or 0xD53686) is known color: Deep Cerise. HEX triplet: D5, 36 and 86. RGB value is (213,54,134). Sum of RGB (Red+Green+Blue) = 213+54+134=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D53686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53686 is #2AC979. Grayscale: #6E6E6E. Windows color (decimal): -2804090 or 8795861. OLE color: 8795861.

HSL color Cylindrical-coordinate representation of color #D53686: hue angle of 329.81º degrees, saturation: 0.65, 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 #D53686 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 134 -
CMYK 0 0.75 0.37 0.16
HSL 329.81º 0.65% 0.52% -
HSV(B) 329.81º 0.75% 0.84% -
XYZ 33.06 18.51 24.38 -
YUV 110.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 213 54 134 0 0.75 0.37 0.16 329.81 0.65 0.52
Hex D5 36 86 0 4B 25 10 14A 41 34
Octal 325 66 206 0 113 45 20 512 101 64
Binary 11010101 110110 10000110 0 1001011 100101 10000 101001010 1000001 110100

Color Harmonies of #D53686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53686

Black with #D53686

Text Example


Text Example

White with #D53686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53686; }

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

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

background-color css

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

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

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

border-color css

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

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

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