Html Css Color HEX #DD0E66 Ruby

📋 copy color: '#DD0E66'

red 221 ◦ green 14 ◦ blue 102

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

Shades of Ruby #DD0E66

Tints of Ruby #DD0E66

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

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

R = 65.58%
G = 4.15%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD0E66 (or 0xDD0E66) is known color: Ruby. HEX triplet: DD, 0E and 66. RGB value is (221,14,102). Sum of RGB (Red+Green+Blue) = 221+14+102=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E66 is #22F199. Grayscale: #555555. Windows color (decimal): -2290074 or 6688477. OLE color: 6688477.

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

Color convert

RGB 221 14 102 -
CMYK 0 0.94 0.54 0.13
HSL 334.49º 0.88% 0.46% -
HSV(B) 334.49º 0.94% 0.87% -
XYZ 32.37 16.65 14.08 -
YUV 85.93 137.08 224.34 -
System Red Green Blue C M Y K H S L
Decimal 221 14 102 0 0.94 0.54 0.13 334.49 0.88 0.46
Hex DD E 66 0 5E 36 D 14E 58 2E
Octal 335 16 146 0 136 66 15 516 130 56
Binary 11011101 1110 1100110 0 1011110 110110 1101 101001110 1011000 101110

Color Harmonies of #DD0E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E66

Black with #DD0E66

Text Example


Text Example

White with #DD0E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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