Html Css Color HEX #DD0676 Ruby

📋 copy color: '#DD0676'

red 221 ◦ green 6 ◦ blue 118

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

Shades of Ruby #DD0676

Tints of Ruby #DD0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 64.06%
G = 1.74%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD0676 (or 0xDD0676) is known color: Ruby. HEX triplet: DD, 06 and 76. RGB value is (221,6,118). Sum of RGB (Red+Green+Blue) = 221+6+118=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0676 is #22F989. Grayscale: #525252. Windows color (decimal): -2292106 or 7735005. OLE color: 7735005.

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

Color convert

RGB 221 6 118 -
CMYK 0 0.97 0.47 0.13
HSL 328.74º 0.95% 0.45% -
HSV(B) 328.74º 0.97% 0.87% -
XYZ 33.15 16.81 18.64 -
YUV 83.05 147.73 226.39 -
System Red Green Blue C M Y K H S L
Decimal 221 6 118 0 0.97 0.47 0.13 328.74 0.95 0.45
Hex DD 6 76 0 61 2F D 149 5F 2D
Octal 335 6 166 0 141 57 15 511 137 55
Binary 11011101 110 1110110 0 1100001 101111 1101 101001001 1011111 101101

Color Harmonies of #DD0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0676

Black with #DD0676

Text Example


Text Example

White with #DD0676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0676; }

 p { color: rgb(221,6,118); }

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

background-color css

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

 a { background-color: rgb(221,6,118); }

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

border-color css

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

 span { border-color: rgb(221,6,118); }

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