Html Css Color HEX #D2106B Ruby

📋 copy color: '#D2106B'

red 210 ◦ green 16 ◦ blue 107

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

Shades of Ruby #D2106B

Tints of Ruby #D2106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 63.06%
G = 4.8%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2106B (or 0xD2106B) is known color: Ruby. HEX triplet: D2, 10 and 6B. RGB value is (210,16,107). Sum of RGB (Red+Green+Blue) = 210+16+107=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2106B is #2DEF94. Grayscale: #545454. Windows color (decimal): -3010453 or 7016658. OLE color: 7016658.

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

Color convert

RGB 210 16 107 -
CMYK 0 0.92 0.49 0.18
HSL 331.86º 0.86% 0.44% -
HSV(B) 331.86º 0.92% 0.82% -
XYZ 29.42 15.13 15.28 -
YUV 84.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 210 16 107 0 0.92 0.49 0.18 331.86 0.86 0.44
Hex D2 10 6B 0 5C 31 12 14C 56 2C
Octal 322 20 153 0 134 61 22 514 126 54
Binary 11010010 10000 1101011 0 1011100 110001 10010 101001100 1010110 101100

Color Harmonies of #D2106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2106B

Black with #D2106B

Text Example


Text Example

White with #D2106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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