#D22067

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

Shades of Ruby #D22067

Tints of Ruby #D22067

Color information

#D22067 (or 0xD22067) is unknown color: approx Ruby. HEX triplet: D2, 20 and 67. RGB value is (210,32,103). Sum of RGB (Red+Green+Blue) = 210+32+103=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D22067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22067 is #2DDF98. Grayscale: #5D5D5D. Windows color (decimal): -3006361 or 6758610. OLE color: 6758610.

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

Color convert

RGB21032103-
CMYK00.850.510.18
HSL336.07º73.55%47.45%-
HSV(B)336.07º84.76%82.35%-
XYZ29.5415.7114.31-
YUV93.32133.47211.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.87%
GREEN value IS 32 (12.89% from 255) = 9.28%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=60.87%
G=9.28%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103210300.850.510.18336.0773.5547.45
HexD2206705533121504a2f
Octal322401470125632252011257
Binary11010010100000110011101010101110011100101010100001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22067; }

 p { color: rgb(210,32,103); }

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

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

 a { background-color: rgb(210,32,103); }

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

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

 span { border-color: rgb(210,32,103); }

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