Html Css Color HEX #DD116B Ruby

📋 copy color: '#DD116B'

red 221 ◦ green 17 ◦ blue 107

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

Shades of Ruby #DD116B

Tints of Ruby #DD116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 64.06%
G = 4.93%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD116B (or 0xDD116B) is known color: Ruby. HEX triplet: DD, 11 and 6B. RGB value is (221,17,107). Sum of RGB (Red+Green+Blue) = 221+17+107=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD116B is #22EE94. Grayscale: #585858. Windows color (decimal): -2289301 or 7016925. OLE color: 7016925.

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

Color convert

RGB 221 17 107 -
CMYK 0 0.92 0.52 0.13
HSL 333.53º 0.86% 0.47% -
HSV(B) 333.53º 0.92% 0.87% -
XYZ 32.67 16.83 15.44 -
YUV 88.26 138.59 222.68 -
System Red Green Blue C M Y K H S L
Decimal 221 17 107 0 0.92 0.52 0.13 333.53 0.86 0.47
Hex DD 11 6B 0 5C 34 D 14E 56 2F
Octal 335 21 153 0 134 64 15 516 126 57
Binary 11011101 10001 1101011 0 1011100 110100 1101 101001110 1010110 101111

Color Harmonies of #DD116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD116B

Black with #DD116B

Text Example


Text Example

White with #DD116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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