Html Css Color HEX #D53288 Deep Cerise

📋 copy color: '#D53288'

red 213 ◦ green 50 ◦ blue 136

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

Shades of Deep Cerise #D53288

Tints of Deep Cerise #D53288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 53.38%
G = 12.53%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D53288 (or 0xD53288) is known color: Deep Cerise. HEX triplet: D5, 32 and 88. RGB value is (213,50,136). Sum of RGB (Red+Green+Blue) = 213+50+136=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D53288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53288 is #2ACD77. Grayscale: #6C6C6C. Windows color (decimal): -2805112 or 8925909. OLE color: 8925909.

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

Color convert

RGB 213 50 136 -
CMYK 0 0.77 0.36 0.16
HSL 328.34º 0.66% 0.52% -
HSV(B) 328.34º 0.77% 0.84% -
XYZ 33.03 18.2 25.07 -
YUV 108.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 213 50 136 0 0.77 0.36 0.16 328.34 0.66 0.52
Hex D5 32 88 0 4D 24 10 148 42 34
Octal 325 62 210 0 115 44 20 510 102 64
Binary 11010101 110010 10001000 0 1001101 100100 10000 101001000 1000010 110100

Color Harmonies of #D53288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53288

Black with #D53288

Text Example


Text Example

White with #D53288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53288; }

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

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

background-color css

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

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

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

border-color css

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

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

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