Html Css Color HEX #DD166B Ruby

📋 copy color: '#DD166B'

red 221 ◦ green 22 ◦ blue 107

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

Shades of Ruby #DD166B

Tints of Ruby #DD166B

RGB

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

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

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

R = 63.14%
G = 6.29%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD166B (or 0xDD166B) is known color: Ruby. HEX triplet: DD, 16 and 6B. RGB value is (221,22,107). Sum of RGB (Red+Green+Blue) = 221+22+107=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD166B is #22E994. Grayscale: #5B5B5B. Windows color (decimal): -2288021 or 7018205. OLE color: 7018205.

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

Color convert

RGB 221 22 107 -
CMYK 0 0.90 0.52 0.13
HSL 334.37º 0.82% 0.48% -
HSV(B) 334.37º 0.9% 0.87% -
XYZ 32.76 17.01 15.47 -
YUV 91.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 221 22 107 0 0.90 0.52 0.13 334.37 0.82 0.48
Hex DD 16 6B 0 5A 34 D 14E 52 30
Octal 335 26 153 0 132 64 15 516 122 60
Binary 11011101 10110 1101011 0 1011010 110100 1101 101001110 1010010 110000

Color Harmonies of #DD166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD166B

Black with #DD166B

Text Example


Text Example

White with #DD166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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