Html Css Color HEX #D2105C Ruby

📋 copy color: '#D2105C'

red 210 ◦ green 16 ◦ blue 92

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

Shades of Ruby #D2105C

Tints of Ruby #D2105C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

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

R = 66.04%
G = 5.03%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2105C (or 0xD2105C) is known color: Ruby. HEX triplet: D2, 10 and 5C. RGB value is (210,16,92). Sum of RGB (Red+Green+Blue) = 210+16+92=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2105C is #2DEFA3. Grayscale: #525252. Windows color (decimal): -3010468 or 6033618. OLE color: 6033618.

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

Color convert

RGB 210 16 92 -
CMYK 0 0.92 0.56 0.18
HSL 336.49º 0.86% 0.44% -
HSV(B) 336.49º 0.92% 0.82% -
XYZ 28.7 14.84 11.48 -
YUV 82.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 210 16 92 0 0.92 0.56 0.18 336.49 0.86 0.44
Hex D2 10 5C 0 5C 38 12 150 56 2C
Octal 322 20 134 0 134 70 22 520 126 54
Binary 11010010 10000 1011100 0 1011100 111000 10010 101010000 1010110 101100

Color Harmonies of #D2105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2105C

Black with #D2105C

Text Example


Text Example

White with #D2105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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