Html Css Color HEX #D2165E Ruby

📋 copy color: '#D2165E'

red 210 ◦ green 22 ◦ blue 94

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

Shades of Ruby #D2165E

Tints of Ruby #D2165E

RGB

 RED value IS 210 (82.42% from 255) = 64.42%

 GREEN value IS 22 (8.98% from 255) = 6.75%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 64.42%
G = 6.75%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2165E (or 0xD2165E) is known color: Ruby. HEX triplet: D2, 16 and 5E. RGB value is (210,22,94). Sum of RGB (Red+Green+Blue) = 210+22+94=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2165E is #2DE9A1. Grayscale: #565656. Windows color (decimal): -3008930 or 6166226. OLE color: 6166226.

HSL color Cylindrical-coordinate representation of color #D2165E: hue angle of 337.02º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2165E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 94 -
CMYK 0 0.90 0.55 0.18
HSL 337.02º 0.81% 0.45% -
HSV(B) 337.02º 0.9% 0.82% -
XYZ 28.89 15.08 11.98 -
YUV 86.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 210 22 94 0 0.90 0.55 0.18 337.02 0.81 0.45
Hex D2 16 5E 0 5A 37 12 151 51 2D
Octal 322 26 136 0 132 67 22 521 121 55
Binary 11010010 10110 1011110 0 1011010 110111 10010 101010001 1010001 101101

Color Harmonies of #D2165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2165E

Black with #D2165E

Text Example


Text Example

White with #D2165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2165E; }

 p { color: rgb(210,22,94); }

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

background-color css

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

 a { background-color: rgb(210,22,94); }

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

border-color css

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

 span { border-color: rgb(210,22,94); }

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