Html Css Color HEX #D13188 Deep Cerise

📋 copy color: '#D13188'

red 209 ◦ green 49 ◦ blue 136

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

Shades of Deep Cerise #D13188

Tints of Deep Cerise #D13188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 53.05%
G = 12.44%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D13188 (or 0xD13188) is known color: Deep Cerise. HEX triplet: D1, 31 and 88. RGB value is (209,49,136). Sum of RGB (Red+Green+Blue) = 209+49+136=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13188 is #2ECE77. Grayscale: #6A6A6A. Windows color (decimal): -3067512 or 8925649. OLE color: 8925649.

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

Color convert

RGB 209 49 136 -
CMYK 0 0.77 0.35 0.18
HSL 327.38º 0.63% 0.51% -
HSV(B) 327.38º 0.77% 0.82% -
XYZ 31.84 17.53 25 -
YUV 106.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 209 49 136 0 0.77 0.35 0.18 327.38 0.63 0.51
Hex D1 31 88 0 4D 23 12 147 3F 33
Octal 321 61 210 0 115 43 22 507 77 63
Binary 11010001 110001 10001000 0 1001101 100011 10010 101000111 111111 110011

Color Harmonies of #D13188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13188

Black with #D13188

Text Example


Text Example

White with #D13188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13188; }

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

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

background-color css

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

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

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

border-color css

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

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

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