Html Css Color HEX #D53188 Deep Cerise

📋 copy color: '#D53188'

red 213 ◦ green 49 ◦ blue 136

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

Shades of Deep Cerise #D53188

Tints of Deep Cerise #D53188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

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

R = 53.52%
G = 12.31%
B = 34.17%

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

#D53188 (or 0xD53188) is known color: Deep Cerise. HEX triplet: D5, 31 and 88. RGB value is (213,49,136). Sum of RGB (Red+Green+Blue) = 213+49+136=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53188 is #2ACE77. Grayscale: #6B6B6B. Windows color (decimal): -2805368 or 8925653. OLE color: 8925653.

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

Color convert

RGB 213 49 136 -
CMYK 0 0.77 0.36 0.16
HSL 328.17º 0.66% 0.51% -
HSV(B) 328.17º 0.77% 0.84% -
XYZ 32.98 18.12 25.05 -
YUV 107.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 213 49 136 0 0.77 0.36 0.16 328.17 0.66 0.51
Hex D5 31 88 0 4D 24 10 148 42 33
Octal 325 61 210 0 115 44 20 510 102 63
Binary 11010101 110001 10001000 0 1001101 100100 10000 101001000 1000010 110011

Color Harmonies of #D53188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53188

Black with #D53188

Text Example


Text Example

White with #D53188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53188; }

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

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

background-color css

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

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

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

border-color css

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

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

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