Html Css Color HEX #DD1174 Ruby

📋 copy color: '#DD1174'

red 221 ◦ green 17 ◦ blue 116

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

Shades of Ruby #DD1174

Tints of Ruby #DD1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 62.43%
G = 4.8%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD1174 (or 0xDD1174) is known color: Ruby. HEX triplet: DD, 11 and 74. RGB value is (221,17,116). Sum of RGB (Red+Green+Blue) = 221+17+116=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1174 is #22EE8B. Grayscale: #595959. Windows color (decimal): -2289292 or 7606749. OLE color: 7606749.

HSL color Cylindrical-coordinate representation of color #DD1174: hue angle of 330.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1174 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 116 -
CMYK 0 0.92 0.48 0.13
HSL 330.88º 0.86% 0.47% -
HSV(B) 330.88º 0.92% 0.87% -
XYZ 33.17 17.03 18.06 -
YUV 89.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 221 17 116 0 0.92 0.48 0.13 330.88 0.86 0.47
Hex DD 11 74 0 5C 30 D 14B 56 2F
Octal 335 21 164 0 134 60 15 513 126 57
Binary 11011101 10001 1110100 0 1011100 110000 1101 101001011 1010110 101111

Color Harmonies of #DD1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1174

Black with #DD1174

Text Example


Text Example

White with #DD1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1174; }

 p { color: rgb(221,17,116); }

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

background-color css

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

 a { background-color: rgb(221,17,116); }

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

border-color css

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

 span { border-color: rgb(221,17,116); }

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