Html Css Color HEX #DD1061 Ruby

📋 copy color: '#DD1061'

red 221 ◦ green 16 ◦ blue 97

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

Shades of Ruby #DD1061

Tints of Ruby #DD1061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 66.17%
G = 4.79%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1061 (or 0xDD1061) is known color: Ruby. HEX triplet: DD, 10 and 61. RGB value is (221,16,97). Sum of RGB (Red+Green+Blue) = 221+16+97=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1061 is #22EF9E. Grayscale: #565656. Windows color (decimal): -2289567 or 6361309. OLE color: 6361309.

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

Color convert

RGB 221 16 97 -
CMYK 0 0.93 0.56 0.13
HSL 336.29º 0.86% 0.46% -
HSV(B) 336.29º 0.93% 0.87% -
XYZ 32.16 16.61 12.82 -
YUV 86.53 133.92 223.91 -
System Red Green Blue C M Y K H S L
Decimal 221 16 97 0 0.93 0.56 0.13 336.29 0.86 0.46
Hex DD 10 61 0 5D 38 D 150 56 2E
Octal 335 20 141 0 135 70 15 520 126 56
Binary 11011101 10000 1100001 0 1011101 111000 1101 101010000 1010110 101110

Color Harmonies of #DD1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1061

Black with #DD1061

Text Example


Text Example

White with #DD1061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1061; }

 p { color: rgb(221,16,97); }

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

background-color css

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

 a { background-color: rgb(221,16,97); }

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

border-color css

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

 span { border-color: rgb(221,16,97); }

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