Html Css Color HEX #D53488 Deep Cerise

📋 copy color: '#D53488'

red 213 ◦ green 52 ◦ blue 136

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

Shades of Deep Cerise #D53488

Tints of Deep Cerise #D53488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.97%

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

R = 53.12%
G = 12.97%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D53488 (or 0xD53488) is known color: Deep Cerise. HEX triplet: D5, 34 and 88. RGB value is (213,52,136). Sum of RGB (Red+Green+Blue) = 213+52+136=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D53488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53488 is #2ACB77. Grayscale: #6D6D6D. Windows color (decimal): -2804600 or 8926421. OLE color: 8926421.

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

Color convert

RGB 213 52 136 -
CMYK 0 0.76 0.36 0.16
HSL 328.7º 0.66% 0.52% -
HSV(B) 328.7º 0.76% 0.84% -
XYZ 33.11 18.38 25.09 -
YUV 109.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 213 52 136 0 0.76 0.36 0.16 328.7 0.66 0.52
Hex D5 34 88 0 4C 24 10 149 42 34
Octal 325 64 210 0 114 44 20 511 102 64
Binary 11010101 110100 10001000 0 1001100 100100 10000 101001001 1000010 110100

Color Harmonies of #D53488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53488

Black with #D53488

Text Example


Text Example

White with #D53488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53488; }

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

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

background-color css

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

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

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

border-color css

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

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

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