Html Css Color HEX #D13189 Deep Cerise

📋 copy color: '#D13189'

red 209 ◦ green 49 ◦ blue 137

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

Shades of Deep Cerise #D13189

Tints of Deep Cerise #D13189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 52.91%
G = 12.41%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D13189 (or 0xD13189) is known color: Deep Cerise. HEX triplet: D1, 31 and 89. RGB value is (209,49,137). Sum of RGB (Red+Green+Blue) = 209+49+137=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D13189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13189 is #2ECE76. Grayscale: #6A6A6A. Windows color (decimal): -3067511 or 8991185. OLE color: 8991185.

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

Color convert

RGB 209 49 137 -
CMYK 0 0.77 0.34 0.18
HSL 327º 0.63% 0.51% -
HSV(B) 327º 0.77% 0.82% -
XYZ 31.91 17.56 25.37 -
YUV 106.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 209 49 137 0 0.77 0.34 0.18 327 0.63 0.51
Hex D1 31 89 0 4D 22 12 147 3F 33
Octal 321 61 211 0 115 42 22 507 77 63
Binary 11010001 110001 10001001 0 1001101 100010 10010 101000111 111111 110011

Color Harmonies of #D13189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13189

Black with #D13189

Text Example


Text Example

White with #D13189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13189; }

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

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

background-color css

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

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

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

border-color css

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

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

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