Html Css Color HEX #D53D90 Deep Cerise

📋 copy color: '#D53D90'

red 213 ◦ green 61 ◦ blue 144

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

Shades of Deep Cerise #D53D90

Tints of Deep Cerise #D53D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.59%

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

R = 50.96%
G = 14.59%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D53D90 (or 0xD53D90) is known color: Deep Cerise. HEX triplet: D5, 3D and 90. RGB value is (213,61,144). Sum of RGB (Red+Green+Blue) = 213+61+144=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D90 is #2AC26F. Grayscale: #737373. Windows color (decimal): -2802288 or 9453013. OLE color: 9453013.

HSL color Cylindrical-coordinate representation of color #D53D90: hue angle of 327.24º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D90 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 144 -
CMYK 0 0.71 0.32 0.16
HSL 327.24º 0.64% 0.54% -
HSV(B) 327.24º 0.71% 0.84% -
XYZ 34.14 19.5 28.35 -
YUV 115.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 213 61 144 0 0.71 0.32 0.16 327.24 0.64 0.54
Hex D5 3D 90 0 47 20 10 147 40 36
Octal 325 75 220 0 107 40 20 507 100 66
Binary 11010101 111101 10010000 0 1000111 100000 10000 101000111 1000000 110110

Color Harmonies of #D53D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D90

Black with #D53D90

Text Example


Text Example

White with #D53D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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