Html Css Color HEX #DD116C Ruby

📋 copy color: '#DD116C'

red 221 ◦ green 17 ◦ blue 108

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

Shades of Ruby #DD116C

Tints of Ruby #DD116C

RGB

 RED value IS 221 (86.72% from 255) = 63.87%

 GREEN value IS 17 (7.03% from 255) = 4.91%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 63.87%
G = 4.91%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD116C (or 0xDD116C) is known color: Ruby. HEX triplet: DD, 11 and 6C. RGB value is (221,17,108). Sum of RGB (Red+Green+Blue) = 221+17+108=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD116C is #22EE93. Grayscale: #585858. Windows color (decimal): -2289300 or 7082461. OLE color: 7082461.

HSL color Cylindrical-coordinate representation of color #DD116C: hue angle of 333.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD116C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 108 -
CMYK 0 0.92 0.51 0.13
HSL 333.24º 0.86% 0.47% -
HSV(B) 333.24º 0.92% 0.87% -
XYZ 32.73 16.86 15.72 -
YUV 88.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 221 17 108 0 0.92 0.51 0.13 333.24 0.86 0.47
Hex DD 11 6C 0 5C 33 D 14D 56 2F
Octal 335 21 154 0 134 63 15 515 126 57
Binary 11011101 10001 1101100 0 1011100 110011 1101 101001101 1010110 101111

Color Harmonies of #DD116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD116C

Black with #DD116C

Text Example


Text Example

White with #DD116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD116C; }

 p { color: rgb(221,17,108); }

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

background-color css

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

 a { background-color: rgb(221,17,108); }

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

border-color css

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

 span { border-color: rgb(221,17,108); }

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