Html Css Color HEX #DD166C Ruby

📋 copy color: '#DD166C'

red 221 ◦ green 22 ◦ blue 108

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

Shades of Ruby #DD166C

Tints of Ruby #DD166C

RGB

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

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

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

R = 62.96%
G = 6.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD166C (or 0xDD166C) is known color: Ruby. HEX triplet: DD, 16 and 6C. RGB value is (221,22,108). Sum of RGB (Red+Green+Blue) = 221+22+108=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD166C is #22E993. Grayscale: #5B5B5B. Windows color (decimal): -2288020 or 7083741. OLE color: 7083741.

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

Color convert

RGB 221 22 108 -
CMYK 0 0.90 0.51 0.13
HSL 334.07º 0.82% 0.48% -
HSV(B) 334.07º 0.9% 0.87% -
XYZ 32.81 17.03 15.74 -
YUV 91.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 221 22 108 0 0.90 0.51 0.13 334.07 0.82 0.48
Hex DD 16 6C 0 5A 33 D 14E 52 30
Octal 335 26 154 0 132 63 15 516 122 60
Binary 11011101 10110 1101100 0 1011010 110011 1101 101001110 1010010 110000

Color Harmonies of #DD166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD166C

Black with #DD166C

Text Example


Text Example

White with #DD166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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