Html Css Color HEX #DD0770 Ruby

📋 copy color: '#DD0770'

red 221 ◦ green 7 ◦ blue 112

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

Shades of Ruby #DD0770

Tints of Ruby #DD0770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 65%
G = 2.06%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD0770 (or 0xDD0770) is known color: Ruby. HEX triplet: DD, 07 and 70. RGB value is (221,7,112). Sum of RGB (Red+Green+Blue) = 221+7+112=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0770 is #22F88F. Grayscale: #525252. Windows color (decimal): -2291856 or 7342045. OLE color: 7342045.

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

Color convert

RGB 221 7 112 -
CMYK 0 0.97 0.49 0.13
HSL 330.56º 0.94% 0.45% -
HSV(B) 330.56º 0.97% 0.87% -
XYZ 32.82 16.69 16.82 -
YUV 82.96 144.4 226.46 -
System Red Green Blue C M Y K H S L
Decimal 221 7 112 0 0.97 0.49 0.13 330.56 0.94 0.45
Hex DD 7 70 0 61 31 D 14B 5E 2D
Octal 335 7 160 0 141 61 15 513 136 55
Binary 11011101 111 1110000 0 1100001 110001 1101 101001011 1011110 101101

Color Harmonies of #DD0770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0770

Black with #DD0770

Text Example


Text Example

White with #DD0770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0770; }

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

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

background-color css

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

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

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

border-color css

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

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

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