Html Css Color HEX #D13089 Deep Cerise

📋 copy color: '#D13089'

red 209 ◦ green 48 ◦ blue 137

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

Shades of Deep Cerise #D13089

Tints of Deep Cerise #D13089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.18%

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

R = 53.05%
G = 12.18%
B = 34.77%

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

#D13089 (or 0xD13089) is known color: Deep Cerise. HEX triplet: D1, 30 and 89. RGB value is (209,48,137). Sum of RGB (Red+Green+Blue) = 209+48+137=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13089 is #2ECF76. Grayscale: #6A6A6A. Windows color (decimal): -3067767 or 8990929. OLE color: 8990929.

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

Color convert

RGB 209 48 137 -
CMYK 0 0.77 0.34 0.18
HSL 326.83º 0.64% 0.5% -
HSV(B) 326.83º 0.77% 0.82% -
XYZ 31.87 17.48 25.36 -
YUV 106.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 209 48 137 0 0.77 0.34 0.18 326.83 0.64 0.5
Hex D1 30 89 0 4D 22 12 147 40 32
Octal 321 60 211 0 115 42 22 507 100 62
Binary 11010001 110000 10001001 0 1001101 100010 10010 101000111 1000000 110010

Color Harmonies of #D13089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13089

Black with #D13089

Text Example


Text Example

White with #D13089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13089; }

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

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

background-color css

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

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

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

border-color css

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

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

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