Html Css Color HEX #D53289 Deep Cerise

📋 copy color: '#D53289'

red 213 ◦ green 50 ◦ blue 137

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

Shades of Deep Cerise #D53289

Tints of Deep Cerise #D53289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 53.25%
G = 12.5%
B = 34.25%

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

#D53289 (or 0xD53289) is known color: Deep Cerise. HEX triplet: D5, 32 and 89. RGB value is (213,50,137). Sum of RGB (Red+Green+Blue) = 213+50+137=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53289 is #2ACD76. Grayscale: #6C6C6C. Windows color (decimal): -2805111 or 8991445. OLE color: 8991445.

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

Color convert

RGB 213 50 137 -
CMYK 0 0.77 0.36 0.16
HSL 327.98º 0.66% 0.52% -
HSV(B) 327.98º 0.77% 0.84% -
XYZ 33.1 18.23 25.44 -
YUV 108.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 213 50 137 0 0.77 0.36 0.16 327.98 0.66 0.52
Hex D5 32 89 0 4D 24 10 148 42 34
Octal 325 62 211 0 115 44 20 510 102 64
Binary 11010101 110010 10001001 0 1001101 100100 10000 101001000 1000010 110100

Color Harmonies of #D53289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53289

Black with #D53289

Text Example


Text Example

White with #D53289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53289; }

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

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

background-color css

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

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

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

border-color css

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

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

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