Html Css Color HEX #DD1066 Ruby

📋 copy color: '#DD1066'

red 221 ◦ green 16 ◦ blue 102

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

Shades of Ruby #DD1066

Tints of Ruby #DD1066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 65.19%
G = 4.72%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD1066 (or 0xDD1066) is known color: Ruby. HEX triplet: DD, 10 and 66. RGB value is (221,16,102). Sum of RGB (Red+Green+Blue) = 221+16+102=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1066 is #22EF99. Grayscale: #565656. Windows color (decimal): -2289562 or 6688989. OLE color: 6688989.

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

Color convert

RGB 221 16 102 -
CMYK 0 0.93 0.54 0.13
HSL 334.83º 0.86% 0.46% -
HSV(B) 334.83º 0.93% 0.87% -
XYZ 32.4 16.7 14.09 -
YUV 87.1 136.42 223.51 -
System Red Green Blue C M Y K H S L
Decimal 221 16 102 0 0.93 0.54 0.13 334.83 0.86 0.46
Hex DD 10 66 0 5D 36 D 14F 56 2E
Octal 335 20 146 0 135 66 15 517 126 56
Binary 11011101 10000 1100110 0 1011101 110110 1101 101001111 1010110 101110

Color Harmonies of #DD1066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1066

Black with #DD1066

Text Example


Text Example

White with #DD1066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1066; }

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

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

background-color css

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

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

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

border-color css

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

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

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