Html Css Color HEX #DD0778 Ruby

📋 copy color: '#DD0778'

red 221 ◦ green 7 ◦ blue 120

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

Shades of Ruby #DD0778

Tints of Ruby #DD0778

RGB

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

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

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

R = 63.51%
G = 2.01%
B = 34.48%

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

#DD0778 (or 0xDD0778) is known color: Ruby. HEX triplet: DD, 07 and 78. RGB value is (221,7,120). Sum of RGB (Red+Green+Blue) = 221+7+120=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0778 is #22F887. Grayscale: #535353. Windows color (decimal): -2291848 or 7866333. OLE color: 7866333.

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

Color convert

RGB 221 7 120 -
CMYK 0 0.97 0.46 0.13
HSL 328.32º 0.94% 0.45% -
HSV(B) 328.32º 0.97% 0.87% -
XYZ 33.28 16.88 19.27 -
YUV 83.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 221 7 120 0 0.97 0.46 0.13 328.32 0.94 0.45
Hex DD 7 78 0 61 2E D 148 5E 2D
Octal 335 7 170 0 141 56 15 510 136 55
Binary 11011101 111 1111000 0 1100001 101110 1101 101001000 1011110 101101

Color Harmonies of #DD0778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0778

Black with #DD0778

Text Example


Text Example

White with #DD0778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0778; }

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

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

background-color css

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

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

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

border-color css

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

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

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