Html Css Color HEX #D2165D Ruby

📋 copy color: '#D2165D'

red 210 ◦ green 22 ◦ blue 93

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

Shades of Ruby #D2165D

Tints of Ruby #D2165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 64.62%
G = 6.77%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2165D (or 0xD2165D) is known color: Ruby. HEX triplet: D2, 16 and 5D. RGB value is (210,22,93). Sum of RGB (Red+Green+Blue) = 210+22+93=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2165D is #2DE9A2. Grayscale: #565656. Windows color (decimal): -3008931 or 6100690. OLE color: 6100690.

HSL color Cylindrical-coordinate representation of color #D2165D: hue angle of 337.34º 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 #D2165D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 93 -
CMYK 0 0.90 0.56 0.18
HSL 337.34º 0.81% 0.45% -
HSV(B) 337.34º 0.9% 0.82% -
XYZ 28.84 15.07 11.74 -
YUV 86.31 131.78 216.23 -
System Red Green Blue C M Y K H S L
Decimal 210 22 93 0 0.90 0.56 0.18 337.34 0.81 0.45
Hex D2 16 5D 0 5A 38 12 151 51 2D
Octal 322 26 135 0 132 70 22 521 121 55
Binary 11010010 10110 1011101 0 1011010 111000 10010 101010001 1010001 101101

Color Harmonies of #D2165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2165D

Black with #D2165D

Text Example


Text Example

White with #D2165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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