Html Css Color HEX #D53096 Deep Cerise

📋 copy color: '#D53096'

red 213 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D53096

Tints of Deep Cerise #D53096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.68%

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

R = 51.82%
G = 11.68%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53096 (or 0xD53096) is known color: Deep Cerise. HEX triplet: D5, 30 and 96. RGB value is (213,48,150). Sum of RGB (Red+Green+Blue) = 213+48+150=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D53096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53096 is #2ACF69. Grayscale: #6C6C6C. Windows color (decimal): -2805610 or 9842901. OLE color: 9842901.

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

Color convert

RGB 213 48 150 -
CMYK 0 0.77 0.30 0.16
HSL 322.91º 0.66% 0.51% -
HSV(B) 322.91º 0.77% 0.84% -
XYZ 34 18.46 30.63 -
YUV 108.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 213 48 150 0 0.77 0.30 0.16 322.91 0.66 0.51
Hex D5 30 96 0 4D 1E 10 143 42 33
Octal 325 60 226 0 115 36 20 503 102 63
Binary 11010101 110000 10010110 0 1001101 11110 10000 101000011 1000010 110011

Color Harmonies of #D53096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53096

Black with #D53096

Text Example


Text Example

White with #D53096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53096; }

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

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

background-color css

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

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

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

border-color css

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

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

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