Html Css Color HEX #D53393 Deep Cerise

📋 copy color: '#D53393'

red 213 ◦ green 51 ◦ blue 147

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

Shades of Deep Cerise #D53393

Tints of Deep Cerise #D53393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 51.82%
G = 12.41%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53393 (or 0xD53393) is known color: Deep Cerise. HEX triplet: D5, 33 and 93. RGB value is (213,51,147). Sum of RGB (Red+Green+Blue) = 213+51+147=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D53393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53393 is #2ACC6C. Grayscale: #6E6E6E. Windows color (decimal): -2804845 or 9647061. OLE color: 9647061.

HSL color Cylindrical-coordinate representation of color #D53393: hue angle of 324.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53393 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 147 -
CMYK 0 0.76 0.31 0.16
HSL 324.44º 0.66% 0.52% -
HSV(B) 324.44º 0.76% 0.84% -
XYZ 33.89 18.62 29.41 -
YUV 110.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 213 51 147 0 0.76 0.31 0.16 324.44 0.66 0.52
Hex D5 33 93 0 4C 1F 10 144 42 34
Octal 325 63 223 0 114 37 20 504 102 64
Binary 11010101 110011 10010011 0 1001100 11111 10000 101000100 1000010 110100

Color Harmonies of #D53393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53393

Black with #D53393

Text Example


Text Example

White with #D53393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53393; }

 p { color: rgb(213,51,147); }

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

background-color css

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

 a { background-color: rgb(213,51,147); }

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

border-color css

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

 span { border-color: rgb(213,51,147); }

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