Html Css Color HEX #D53299 Deep Cerise

📋 copy color: '#D53299'

red 213 ◦ green 50 ◦ blue 153

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

Shades of Deep Cerise #D53299

Tints of Deep Cerise #D53299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

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

R = 51.2%
G = 12.02%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D53299 (or 0xD53299) is known color: Deep Cerise. HEX triplet: D5, 32 and 99. RGB value is (213,50,153). Sum of RGB (Red+Green+Blue) = 213+50+153=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D53299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53299 is #2ACD66. Grayscale: #6E6E6E. Windows color (decimal): -2805095 or 10040021. OLE color: 10040021.

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

Color convert

RGB 213 50 153 -
CMYK 0 0.77 0.28 0.16
HSL 322.09º 0.66% 0.52% -
HSV(B) 322.09º 0.77% 0.84% -
XYZ 34.33 18.73 31.94 -
YUV 110.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 213 50 153 0 0.77 0.28 0.16 322.09 0.66 0.52
Hex D5 32 99 0 4D 1C 10 142 42 34
Octal 325 62 231 0 115 34 20 502 102 64
Binary 11010101 110010 10011001 0 1001101 11100 10000 101000010 1000010 110100

Color Harmonies of #D53299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53299

Black with #D53299

Text Example


Text Example

White with #D53299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53299; }

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

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

background-color css

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

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

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

border-color css

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

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

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