Html Css Color HEX #D13193 Deep Cerise

📋 copy color: '#D13193'

red 209 ◦ green 49 ◦ blue 147

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

Shades of Deep Cerise #D13193

Tints of Deep Cerise #D13193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.1%

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

R = 51.6%
G = 12.1%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D13193 (or 0xD13193) is known color: Deep Cerise. HEX triplet: D1, 31 and 93. RGB value is (209,49,147). Sum of RGB (Red+Green+Blue) = 209+49+147=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D13193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13193 is #2ECE6C. Grayscale: #6B6B6B. Windows color (decimal): -3067501 or 9646545. OLE color: 9646545.

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

Color convert

RGB 209 49 147 -
CMYK 0 0.77 0.30 0.18
HSL 323.25º 0.63% 0.51% -
HSV(B) 323.25º 0.77% 0.82% -
XYZ 32.66 17.86 29.33 -
YUV 108.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 209 49 147 0 0.77 0.30 0.18 323.25 0.63 0.51
Hex D1 31 93 0 4D 1E 12 143 3F 33
Octal 321 61 223 0 115 36 22 503 77 63
Binary 11010001 110001 10010011 0 1001101 11110 10010 101000011 111111 110011

Color Harmonies of #D13193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13193

Black with #D13193

Text Example


Text Example

White with #D13193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13193; }

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

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

background-color css

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

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

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

border-color css

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

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

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