Html Css Color HEX #D2186D Ruby

📋 copy color: '#D2186D'

red 210 ◦ green 24 ◦ blue 109

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

Shades of Ruby #D2186D

Tints of Ruby #D2186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 61.22%
G = 7%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2186D (or 0xD2186D) is known color: Ruby. HEX triplet: D2, 18 and 6D. RGB value is (210,24,109). Sum of RGB (Red+Green+Blue) = 210+24+109=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2186D is #2DE792. Grayscale: #595959. Windows color (decimal): -3008403 or 7149778. OLE color: 7149778.

HSL color Cylindrical-coordinate representation of color #D2186D: hue angle of 332.58º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2186D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 109 -
CMYK 0 0.89 0.48 0.18
HSL 332.58º 0.79% 0.46% -
HSV(B) 332.58º 0.89% 0.82% -
XYZ 29.67 15.46 15.89 -
YUV 89.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 210 24 109 0 0.89 0.48 0.18 332.58 0.79 0.46
Hex D2 18 6D 0 59 30 12 14D 4F 2E
Octal 322 30 155 0 131 60 22 515 117 56
Binary 11010010 11000 1101101 0 1011001 110000 10010 101001101 1001111 101110

Color Harmonies of #D2186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2186D

Black with #D2186D

Text Example


Text Example

White with #D2186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2186D; }

 p { color: rgb(210,24,109); }

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

background-color css

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

 a { background-color: rgb(210,24,109); }

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

border-color css

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

 span { border-color: rgb(210,24,109); }

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