#D21E69

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

Shades of Ruby #D21E69

Tints of Ruby #D21E69

Color information

#D21E69 (or 0xD21E69) is unknown color: approx Ruby. HEX triplet: D2, 1E and 69. RGB value is (210,30,105). Sum of RGB (Red+Green+Blue) = 210+30+105=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E69 is #2DE196. Grayscale: #5C5C5C. Windows color (decimal): -3006871 or 6889170. OLE color: 6889170.

HSL color Cylindrical-coordinate representation of color #D21E69: hue angle of 335º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E69 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB21030105-
CMYK00.860.500.18
HSL335º75%47.06%-
HSV(B)335º85.71%82.35%-
XYZ29.5915.6514.83-
YUV92.37135.13211.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.87%
GREEN value IS 30 (12.11% from 255) = 8.70%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=60.87%
G=8.70%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103010500.860.500.183357547.06
HexD21E69056321214f4b2f
Octal322361510126622251711357
Binary1101001011110110100101010110110010100101010011111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21E69; }

 p { color: rgb(210,30,105); }

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

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

 a { background-color: rgb(210,30,105); }

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

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

 span { border-color: rgb(210,30,105); }

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