Html Css Color HEX #D53F96 Deep Cerise

📋 copy color: '#D53F96'

red 213 ◦ green 63 ◦ blue 150

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

Shades of Deep Cerise #D53F96

Tints of Deep Cerise #D53F96

RGB

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

 GREEN value IS 63 (25% from 255) = 14.79%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 50%
G = 14.79%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53F96 (or 0xD53F96) is known color: Deep Cerise. HEX triplet: D5, 3F and 96. RGB value is (213,63,150). Sum of RGB (Red+Green+Blue) = 213+63+150=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F96 is #2AC069. Grayscale: #757575. Windows color (decimal): -2801770 or 9846741. OLE color: 9846741.

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

Color convert

RGB 213 63 150 -
CMYK 0 0.70 0.30 0.16
HSL 325.2º 0.64% 0.54% -
HSV(B) 325.2º 0.7% 0.84% -
XYZ 34.72 19.9 30.87 -
YUV 117.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 213 63 150 0 0.70 0.30 0.16 325.2 0.64 0.54
Hex D5 3F 96 0 46 1E 10 145 40 36
Octal 325 77 226 0 106 36 20 505 100 66
Binary 11010101 111111 10010110 0 1000110 11110 10000 101000101 1000000 110110

Color Harmonies of #D53F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F96

Black with #D53F96

Text Example


Text Example

White with #D53F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F96; }

 p { color: rgb(213,63,150); }

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

background-color css

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

 a { background-color: rgb(213,63,150); }

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

border-color css

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

 span { border-color: rgb(213,63,150); }

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