Html Css Color HEX #DD1966 Ruby

📋 copy color: '#DD1966'

red 221 ◦ green 25 ◦ blue 102

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

Shades of Ruby #DD1966

Tints of Ruby #DD1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 63.51%
G = 7.18%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD1966 (or 0xDD1966) is known color: Ruby. HEX triplet: DD, 19 and 66. RGB value is (221,25,102). Sum of RGB (Red+Green+Blue) = 221+25+102=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1966 is #22E699. Grayscale: #5C5C5C. Windows color (decimal): -2287258 or 6691293. OLE color: 6691293.

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

Color convert

RGB 221 25 102 -
CMYK 0 0.89 0.54 0.13
HSL 336.43º 0.8% 0.48% -
HSV(B) 336.43º 0.89% 0.87% -
XYZ 32.56 17.03 14.14 -
YUV 92.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 221 25 102 0 0.89 0.54 0.13 336.43 0.8 0.48
Hex DD 19 66 0 59 36 D 150 50 30
Octal 335 31 146 0 131 66 15 520 120 60
Binary 11011101 11001 1100110 0 1011001 110110 1101 101010000 1010000 110000

Color Harmonies of #DD1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1966

Black with #DD1966

Text Example


Text Example

White with #DD1966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1966; }

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

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

background-color css

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

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

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

border-color css

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

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

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