Html Css Color HEX #D13191 Deep Cerise

📋 copy color: '#D13191'

red 209 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D13191

Tints of Deep Cerise #D13191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 51.86%
G = 12.16%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13191 (or 0xD13191) is known color: Deep Cerise. HEX triplet: D1, 31 and 91. RGB value is (209,49,145). Sum of RGB (Red+Green+Blue) = 209+49+145=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D13191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13191 is #2ECE6E. Grayscale: #6B6B6B. Windows color (decimal): -3067503 or 9515473. OLE color: 9515473.

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

Color convert

RGB 209 49 145 -
CMYK 0 0.77 0.31 0.18
HSL 324º 0.63% 0.51% -
HSV(B) 324º 0.77% 0.82% -
XYZ 32.5 17.8 28.51 -
YUV 107.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 209 49 145 0 0.77 0.31 0.18 324 0.63 0.51
Hex D1 31 91 0 4D 1F 12 144 3F 33
Octal 321 61 221 0 115 37 22 504 77 63
Binary 11010001 110001 10010001 0 1001101 11111 10010 101000100 111111 110011

Color Harmonies of #D13191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13191

Black with #D13191

Text Example


Text Example

White with #D13191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13191; }

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

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

background-color css

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

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

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

border-color css

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

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

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