Html Css Color HEX #D53088 Deep Cerise

📋 copy color: '#D53088'

red 213 ◦ green 48 ◦ blue 136

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

Shades of Deep Cerise #D53088

Tints of Deep Cerise #D53088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.09%

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

R = 53.65%
G = 12.09%
B = 34.26%

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

#D53088 (or 0xD53088) is known color: Deep Cerise. HEX triplet: D5, 30 and 88. RGB value is (213,48,136). Sum of RGB (Red+Green+Blue) = 213+48+136=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D53088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53088 is #2ACF77. Grayscale: #6B6B6B. Windows color (decimal): -2805624 or 8925397. OLE color: 8925397.

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

Color convert

RGB 213 48 136 -
CMYK 0 0.77 0.36 0.16
HSL 328º 0.66% 0.51% -
HSV(B) 328º 0.77% 0.84% -
XYZ 32.94 18.04 25.04 -
YUV 107.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 213 48 136 0 0.77 0.36 0.16 328 0.66 0.51
Hex D5 30 88 0 4D 24 10 148 42 33
Octal 325 60 210 0 115 44 20 510 102 63
Binary 11010101 110000 10001000 0 1001101 100100 10000 101001000 1000010 110011

Color Harmonies of #D53088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53088

Black with #D53088

Text Example


Text Example

White with #D53088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53088; }

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

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

background-color css

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

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

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

border-color css

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

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

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