Html Css Color HEX #DD176C Ruby

📋 copy color: '#DD176C'

red 221 ◦ green 23 ◦ blue 108

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

Shades of Ruby #DD176C

Tints of Ruby #DD176C

RGB

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

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

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

R = 62.78%
G = 6.53%
B = 30.68%

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

#DD176C (or 0xDD176C) is known color: Ruby. HEX triplet: DD, 17 and 6C. RGB value is (221,23,108). Sum of RGB (Red+Green+Blue) = 221+23+108=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD176C is #22E893. Grayscale: #5B5B5B. Windows color (decimal): -2287764 or 7083997. OLE color: 7083997.

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

Color convert

RGB 221 23 108 -
CMYK 0 0.90 0.51 0.13
HSL 334.24º 0.81% 0.48% -
HSV(B) 334.24º 0.9% 0.87% -
XYZ 32.83 17.07 15.75 -
YUV 91.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 221 23 108 0 0.90 0.51 0.13 334.24 0.81 0.48
Hex DD 17 6C 0 5A 33 D 14E 51 30
Octal 335 27 154 0 132 63 15 516 121 60
Binary 11011101 10111 1101100 0 1011010 110011 1101 101001110 1010001 110000

Color Harmonies of #DD176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD176C

Black with #DD176C

Text Example


Text Example

White with #DD176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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