Html Css Color HEX #DD0777 Ruby

📋 copy color: '#DD0777'

red 221 ◦ green 7 ◦ blue 119

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

Shades of Ruby #DD0777

Tints of Ruby #DD0777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 63.69%
G = 2.02%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD0777 (or 0xDD0777) is known color: Ruby. HEX triplet: DD, 07 and 77. RGB value is (221,7,119). Sum of RGB (Red+Green+Blue) = 221+7+119=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0777 is #22F888. Grayscale: #535353. Windows color (decimal): -2291849 or 7800797. OLE color: 7800797.

HSL color Cylindrical-coordinate representation of color #DD0777: hue angle of 328.6º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0777 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 119 -
CMYK 0 0.97 0.46 0.13
HSL 328.6º 0.94% 0.45% -
HSV(B) 328.6º 0.97% 0.87% -
XYZ 33.22 16.86 18.96 -
YUV 83.75 147.9 225.89 -
System Red Green Blue C M Y K H S L
Decimal 221 7 119 0 0.97 0.46 0.13 328.6 0.94 0.45
Hex DD 7 77 0 61 2E D 149 5E 2D
Octal 335 7 167 0 141 56 15 511 136 55
Binary 11011101 111 1110111 0 1100001 101110 1101 101001001 1011110 101101

Color Harmonies of #DD0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0777

Black with #DD0777

Text Example


Text Example

White with #DD0777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0777; }

 p { color: rgb(221,7,119); }

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

background-color css

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

 a { background-color: rgb(221,7,119); }

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

border-color css

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

 span { border-color: rgb(221,7,119); }

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