Html Css Color HEX #D2165C Ruby

📋 copy color: '#D2165C'

red 210 ◦ green 22 ◦ blue 92

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

Shades of Ruby #D2165C

Tints of Ruby #D2165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 64.81%
G = 6.79%
B = 28.4%

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

#D2165C (or 0xD2165C) is known color: Ruby. HEX triplet: D2, 16 and 5C. RGB value is (210,22,92). Sum of RGB (Red+Green+Blue) = 210+22+92=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2165C is #2DE9A3. Grayscale: #565656. Windows color (decimal): -3008932 or 6035154. OLE color: 6035154.

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

Color convert

RGB 210 22 92 -
CMYK 0 0.90 0.56 0.18
HSL 337.66º 0.81% 0.45% -
HSV(B) 337.66º 0.9% 0.82% -
XYZ 28.8 15.05 11.51 -
YUV 86.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 210 22 92 0 0.90 0.56 0.18 337.66 0.81 0.45
Hex D2 16 5C 0 5A 38 12 152 51 2D
Octal 322 26 134 0 132 70 22 522 121 55
Binary 11010010 10110 1011100 0 1011010 111000 10010 101010010 1010001 101101

Color Harmonies of #D2165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2165C

Black with #D2165C

Text Example


Text Example

White with #D2165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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