Html Css Color HEX #DD116F Ruby

📋 copy color: '#DD116F'

red 221 ◦ green 17 ◦ blue 111

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

Shades of Ruby #DD116F

Tints of Ruby #DD116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 63.32%
G = 4.87%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD116F (or 0xDD116F) is known color: Ruby. HEX triplet: DD, 11 and 6F. RGB value is (221,17,111). Sum of RGB (Red+Green+Blue) = 221+17+111=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD116F is #22EE90. Grayscale: #585858. Windows color (decimal): -2289297 or 7279069. OLE color: 7279069.

HSL color Cylindrical-coordinate representation of color #DD116F: hue angle of 332.35º 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 #DD116F is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 111 -
CMYK 0 0.92 0.50 0.13
HSL 332.35º 0.86% 0.47% -
HSV(B) 332.35º 0.92% 0.87% -
XYZ 32.89 16.92 16.57 -
YUV 88.71 140.59 222.36 -
System Red Green Blue C M Y K H S L
Decimal 221 17 111 0 0.92 0.50 0.13 332.35 0.86 0.47
Hex DD 11 6F 0 5C 32 D 14C 56 2F
Octal 335 21 157 0 134 62 15 514 126 57
Binary 11011101 10001 1101111 0 1011100 110010 1101 101001100 1010110 101111

Color Harmonies of #DD116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD116F

Black with #DD116F

Text Example


Text Example

White with #DD116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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