Html Css Color HEX #DD0670 Ruby

📋 copy color: '#DD0670'

red 221 ◦ green 6 ◦ blue 112

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

Shades of Ruby #DD0670

Tints of Ruby #DD0670

RGB

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

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

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

R = 65.19%
G = 1.77%
B = 33.04%

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

#DD0670 (or 0xDD0670) is known color: Ruby. HEX triplet: DD, 06 and 70. RGB value is (221,6,112). Sum of RGB (Red+Green+Blue) = 221+6+112=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0670 is #22F98F. Grayscale: #525252. Windows color (decimal): -2292112 or 7341789. OLE color: 7341789.

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

Color convert

RGB 221 6 112 -
CMYK 0 0.97 0.49 0.13
HSL 330.42º 0.95% 0.45% -
HSV(B) 330.42º 0.97% 0.87% -
XYZ 32.81 16.67 16.82 -
YUV 82.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 221 6 112 0 0.97 0.49 0.13 330.42 0.95 0.45
Hex DD 6 70 0 61 31 D 14A 5F 2D
Octal 335 6 160 0 141 61 15 512 137 55
Binary 11011101 110 1110000 0 1100001 110001 1101 101001010 1011111 101101

Color Harmonies of #DD0670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0670

Black with #DD0670

Text Example


Text Example

White with #DD0670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0670; }

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

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

background-color css

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

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

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

border-color css

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

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

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