Html Css Color HEX #DD166A Ruby

📋 copy color: '#DD166A'

red 221 ◦ green 22 ◦ blue 106

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

Shades of Ruby #DD166A

Tints of Ruby #DD166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 63.32%
G = 6.3%
B = 30.37%

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

#DD166A (or 0xDD166A) is known color: Ruby. HEX triplet: DD, 16 and 6A. RGB value is (221,22,106). Sum of RGB (Red+Green+Blue) = 221+22+106=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD166A is #22E995. Grayscale: #5A5A5A. Windows color (decimal): -2288022 or 6952669. OLE color: 6952669.

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

Color convert

RGB 221 22 106 -
CMYK 0 0.90 0.52 0.13
HSL 334.67º 0.82% 0.48% -
HSV(B) 334.67º 0.9% 0.87% -
XYZ 32.71 16.99 15.19 -
YUV 91.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 221 22 106 0 0.90 0.52 0.13 334.67 0.82 0.48
Hex DD 16 6A 0 5A 34 D 14F 52 30
Octal 335 26 152 0 132 64 15 517 122 60
Binary 11011101 10110 1101010 0 1011010 110100 1101 101001111 1010010 110000

Color Harmonies of #DD166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD166A

Black with #DD166A

Text Example


Text Example

White with #DD166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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