Html Css Color HEX #D13393 Deep Cerise

📋 copy color: '#D13393'

red 209 ◦ green 51 ◦ blue 147

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

Shades of Deep Cerise #D13393

Tints of Deep Cerise #D13393

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

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

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

R = 51.35%
G = 12.53%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D13393 (or 0xD13393) is known color: Deep Cerise. HEX triplet: D1, 33 and 93. RGB value is (209,51,147). Sum of RGB (Red+Green+Blue) = 209+51+147=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D13393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13393 is #2ECC6C. Grayscale: #6C6C6C. Windows color (decimal): -3066989 or 9647057. OLE color: 9647057.

HSL color Cylindrical-coordinate representation of color #D13393: hue angle of 323.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13393 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 147 -
CMYK 0 0.76 0.30 0.18
HSL 323.54º 0.63% 0.51% -
HSV(B) 323.54º 0.76% 0.82% -
XYZ 32.74 18.03 29.36 -
YUV 109.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 209 51 147 0 0.76 0.30 0.18 323.54 0.63 0.51
Hex D1 33 93 0 4C 1E 12 144 3F 33
Octal 321 63 223 0 114 36 22 504 77 63
Binary 11010001 110011 10010011 0 1001100 11110 10010 101000100 111111 110011

Color Harmonies of #D13393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13393

Black with #D13393

Text Example


Text Example

White with #D13393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13393; }

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

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

background-color css

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

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

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

border-color css

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

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

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