Html Css Color HEX #DD176D Ruby

📋 copy color: '#DD176D'

red 221 ◦ green 23 ◦ blue 109

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

Shades of Ruby #DD176D

Tints of Ruby #DD176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 62.61%
G = 6.52%
B = 30.88%

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

#DD176D (or 0xDD176D) is known color: Ruby. HEX triplet: DD, 17 and 6D. RGB value is (221,23,109). Sum of RGB (Red+Green+Blue) = 221+23+109=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD176D is #22E892. Grayscale: #5B5B5B. Windows color (decimal): -2287763 or 7149533. OLE color: 7149533.

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

Color convert

RGB 221 23 109 -
CMYK 0 0.90 0.51 0.13
HSL 333.94º 0.81% 0.48% -
HSV(B) 333.94º 0.9% 0.87% -
XYZ 32.89 17.09 16.03 -
YUV 92.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 221 23 109 0 0.90 0.51 0.13 333.94 0.81 0.48
Hex DD 17 6D 0 5A 33 D 14E 51 30
Octal 335 27 155 0 132 63 15 516 121 60
Binary 11011101 10111 1101101 0 1011010 110011 1101 101001110 1010001 110000

Color Harmonies of #DD176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD176D

Black with #DD176D

Text Example


Text Example

White with #DD176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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