Html Css Color HEX #DD2066 Ruby

📋 copy color: '#DD2066'

red 221 ◦ green 32 ◦ blue 102

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

Shades of Ruby #DD2066

Tints of Ruby #DD2066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 62.25%
G = 9.01%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD2066 (or 0xDD2066) is known color: Ruby. HEX triplet: DD, 20 and 66. RGB value is (221,32,102). Sum of RGB (Red+Green+Blue) = 221+32+102=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2066 is #22DF99. Grayscale: #606060. Windows color (decimal): -2285466 or 6693085. OLE color: 6693085.

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

Color convert

RGB 221 32 102 -
CMYK 0 0.86 0.54 0.13
HSL 337.78º 0.75% 0.5% -
HSV(B) 337.78º 0.86% 0.87% -
XYZ 32.73 17.36 14.2 -
YUV 96.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 221 32 102 0 0.86 0.54 0.13 337.78 0.75 0.5
Hex DD 20 66 0 56 36 D 152 4B 32
Octal 335 40 146 0 126 66 15 522 113 62
Binary 11011101 100000 1100110 0 1010110 110110 1101 101010010 1001011 110010

Color Harmonies of #DD2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2066

Black with #DD2066

Text Example


Text Example

White with #DD2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2066; }

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

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

background-color css

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

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

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

border-color css

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

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

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