Html Css Color HEX #DD1178 Ruby

📋 copy color: '#DD1178'

red 221 ◦ green 17 ◦ blue 120

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

Shades of Ruby #DD1178

Tints of Ruby #DD1178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 61.73%
G = 4.75%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD1178 (or 0xDD1178) is known color: Ruby. HEX triplet: DD, 11 and 78. RGB value is (221,17,120). Sum of RGB (Red+Green+Blue) = 221+17+120=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1178 is #22EE87. Grayscale: #595959. Windows color (decimal): -2289288 or 7868893. OLE color: 7868893.

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

Color convert

RGB 221 17 120 -
CMYK 0 0.92 0.46 0.13
HSL 329.71º 0.86% 0.47% -
HSV(B) 329.71º 0.92% 0.87% -
XYZ 33.41 17.13 19.31 -
YUV 89.74 145.09 221.62 -
System Red Green Blue C M Y K H S L
Decimal 221 17 120 0 0.92 0.46 0.13 329.71 0.86 0.47
Hex DD 11 78 0 5C 2E D 14A 56 2F
Octal 335 21 170 0 134 56 15 512 126 57
Binary 11011101 10001 1111000 0 1011100 101110 1101 101001010 1010110 101111

Color Harmonies of #DD1178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1178

Black with #DD1178

Text Example


Text Example

White with #DD1178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1178; }

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

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

background-color css

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

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

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

border-color css

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

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

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