Html Css Color HEX #D53290 Deep Cerise

📋 copy color: '#D53290'

red 213 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #D53290

Tints of Deep Cerise #D53290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 52.33%
G = 12.29%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D53290 (or 0xD53290) is known color: Deep Cerise. HEX triplet: D5, 32 and 90. RGB value is (213,50,144). Sum of RGB (Red+Green+Blue) = 213+50+144=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D53290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53290 is #2ACD6F. Grayscale: #6D6D6D. Windows color (decimal): -2805104 or 9450197. OLE color: 9450197.

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

Color convert

RGB 213 50 144 -
CMYK 0 0.77 0.32 0.16
HSL 325.4º 0.66% 0.52% -
HSV(B) 325.4º 0.77% 0.84% -
XYZ 33.62 18.44 28.17 -
YUV 109.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 213 50 144 0 0.77 0.32 0.16 325.4 0.66 0.52
Hex D5 32 90 0 4D 20 10 145 42 34
Octal 325 62 220 0 115 40 20 505 102 64
Binary 11010101 110010 10010000 0 1001101 100000 10000 101000101 1000010 110100

Color Harmonies of #D53290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53290

Black with #D53290

Text Example


Text Example

White with #D53290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53290; }

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

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

background-color css

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

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

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

border-color css

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

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

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