#DD0C6A

Color #DD0C6A Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #DD0C6A

Tints of Ruby #DD0C6A

Color information

#DD0C6A (or 0xDD0C6A) is unknown color: approx Ruby. HEX triplet: DD, 0C and 6A. RGB value is (221,12,106). Sum of RGB (Red+Green+Blue) = 221+12+106=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C6A is #22F395. Grayscale: #555555. Windows color (decimal): -2290582 or 6950109. OLE color: 6950109.

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

Color convert

RGB22112106-
CMYK00.950.520.13
HSL333.01º89.7%45.69%-
HSV(B)333.01º94.57%86.67%-
XYZ32.5516.6815.14-
YUV85.21139.74224.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.19%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=65.19%
G=3.54%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211210600.950.520.13333.0189.745.69
HexDDC6A05F34D14d5a2e
Octal335141520137641551513256
Binary11011101110011010100101111111010011011010011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0C6A; }

 p { color: rgb(221,12,106); }

 H1.HeaderClassName
 {
   color: #DD0C6A;
 }
 .AnyTagClassName
 {
   color: #DD0C6A;
 }
</style>
background-color css

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

 a { background-color: rgb(221,12,106); }

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

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

 span { border-color: rgb(221,12,106); }

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