Html Css Color HEX #DD176F Ruby

📋 copy color: '#DD176F'

red 221 ◦ green 23 ◦ blue 111

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

Shades of Ruby #DD176F

Tints of Ruby #DD176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

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

R = 62.25%
G = 6.48%
B = 31.27%

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

#DD176F (or 0xDD176F) is known color: Ruby. HEX triplet: DD, 17 and 6F. RGB value is (221,23,111). Sum of RGB (Red+Green+Blue) = 221+23+111=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD176F is #22E890. Grayscale: #5C5C5C. Windows color (decimal): -2287761 or 7280605. OLE color: 7280605.

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

Color convert

RGB 221 23 111 -
CMYK 0 0.90 0.50 0.13
HSL 333.33º 0.81% 0.48% -
HSV(B) 333.33º 0.9% 0.87% -
XYZ 32.99 17.13 16.61 -
YUV 92.23 138.6 219.84 -
System Red Green Blue C M Y K H S L
Decimal 221 23 111 0 0.90 0.50 0.13 333.33 0.81 0.48
Hex DD 17 6F 0 5A 32 D 14D 51 30
Octal 335 27 157 0 132 62 15 515 121 60
Binary 11011101 10111 1101111 0 1011010 110010 1101 101001101 1010001 110000

Color Harmonies of #DD176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD176F

Black with #DD176F

Text Example


Text Example

White with #DD176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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