Html Css Color HEX #D13186 Deep Cerise

📋 copy color: '#D13186'

red 209 ◦ green 49 ◦ blue 134

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

Shades of Deep Cerise #D13186

Tints of Deep Cerise #D13186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 53.32%
G = 12.5%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D13186 (or 0xD13186) is known color: Deep Cerise. HEX triplet: D1, 31 and 86. RGB value is (209,49,134). Sum of RGB (Red+Green+Blue) = 209+49+134=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D13186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13186 is #2ECE79. Grayscale: #6A6A6A. Windows color (decimal): -3067514 or 8794577. OLE color: 8794577.

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

Color convert

RGB 209 49 134 -
CMYK 0 0.77 0.36 0.18
HSL 328.13º 0.63% 0.51% -
HSV(B) 328.13º 0.77% 0.82% -
XYZ 31.7 17.47 24.26 -
YUV 106.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 209 49 134 0 0.77 0.36 0.18 328.13 0.63 0.51
Hex D1 31 86 0 4D 24 12 148 3F 33
Octal 321 61 206 0 115 44 22 510 77 63
Binary 11010001 110001 10000110 0 1001101 100100 10010 101001000 111111 110011

Color Harmonies of #D13186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13186

Black with #D13186

Text Example


Text Example

White with #D13186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13186; }

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

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

background-color css

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

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

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

border-color css

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

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

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