Html Css Color HEX #DD166F Ruby

📋 copy color: '#DD166F'

red 221 ◦ green 22 ◦ blue 111

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

Shades of Ruby #DD166F

Tints of Ruby #DD166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.21%

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

R = 62.43%
G = 6.21%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD166F (or 0xDD166F) is known color: Ruby. HEX triplet: DD, 16 and 6F. RGB value is (221,22,111). Sum of RGB (Red+Green+Blue) = 221+22+111=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD166F is #22E990. Grayscale: #5B5B5B. Windows color (decimal): -2288017 or 7280349. OLE color: 7280349.

HSL color Cylindrical-coordinate representation of color #DD166F: hue angle of 333.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD166F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 111 -
CMYK 0 0.90 0.50 0.13
HSL 333.17º 0.82% 0.48% -
HSV(B) 333.17º 0.9% 0.87% -
XYZ 32.97 17.09 16.6 -
YUV 91.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 221 22 111 0 0.90 0.50 0.13 333.17 0.82 0.48
Hex DD 16 6F 0 5A 32 D 14D 52 30
Octal 335 26 157 0 132 62 15 515 122 60
Binary 11011101 10110 1101111 0 1011010 110010 1101 101001101 1010010 110000

Color Harmonies of #DD166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD166F

Black with #DD166F

Text Example


Text Example

White with #DD166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD166F; }

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

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

background-color css

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

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

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

border-color css

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

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

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