Html Css Color HEX #DD0A77 Ruby

📋 copy color: '#DD0A77'

red 221 ◦ green 10 ◦ blue 119

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

Shades of Ruby #DD0A77

Tints of Ruby #DD0A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.86%

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

R = 63.14%
G = 2.86%
B = 34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD0A77 (or 0xDD0A77) is known color: Ruby. HEX triplet: DD, 0A and 77. RGB value is (221,10,119). Sum of RGB (Red+Green+Blue) = 221+10+119=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A77 is #22F588. Grayscale: #555555. Windows color (decimal): -2291081 or 7801565. OLE color: 7801565.

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

Color convert

RGB 221 10 119 -
CMYK 0 0.95 0.46 0.13
HSL 329º 0.91% 0.45% -
HSV(B) 329º 0.95% 0.87% -
XYZ 33.26 16.92 18.97 -
YUV 85.52 146.9 224.64 -
System Red Green Blue C M Y K H S L
Decimal 221 10 119 0 0.95 0.46 0.13 329 0.91 0.45
Hex DD A 77 0 5F 2E D 149 5B 2D
Octal 335 12 167 0 137 56 15 511 133 55
Binary 11011101 1010 1110111 0 1011111 101110 1101 101001001 1011011 101101

Color Harmonies of #DD0A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A77

Black with #DD0A77

Text Example


Text Example

White with #DD0A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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