Html Css Color HEX #D53699 Deep Cerise

📋 copy color: '#D53699'

red 213 ◦ green 54 ◦ blue 153

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

Shades of Deep Cerise #D53699

Tints of Deep Cerise #D53699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 50.71%
G = 12.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D53699 (or 0xD53699) is known color: Deep Cerise. HEX triplet: D5, 36 and 99. RGB value is (213,54,153). Sum of RGB (Red+Green+Blue) = 213+54+153=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D53699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53699 is #2AC966. Grayscale: #707070. Windows color (decimal): -2804071 or 10041045. OLE color: 10041045.

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

Color convert

RGB 213 54 153 -
CMYK 0 0.75 0.28 0.16
HSL 322.64º 0.65% 0.52% -
HSV(B) 322.64º 0.75% 0.84% -
XYZ 34.51 19.08 32 -
YUV 112.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 213 54 153 0 0.75 0.28 0.16 322.64 0.65 0.52
Hex D5 36 99 0 4B 1C 10 143 41 34
Octal 325 66 231 0 113 34 20 503 101 64
Binary 11010101 110110 10011001 0 1001011 11100 10000 101000011 1000001 110100

Color Harmonies of #D53699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53699

Black with #D53699

Text Example


Text Example

White with #D53699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53699; }

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

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

background-color css

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

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

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

border-color css

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

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

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