Html Css Color HEX #D2186F Ruby

📋 copy color: '#D2186F'

red 210 ◦ green 24 ◦ blue 111

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

Shades of Ruby #D2186F

Tints of Ruby #D2186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 60.87%
G = 6.96%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2186F (or 0xD2186F) is known color: Ruby. HEX triplet: D2, 18 and 6F. RGB value is (210,24,111). Sum of RGB (Red+Green+Blue) = 210+24+111=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D2186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2186F is #2DE790. Grayscale: #595959. Windows color (decimal): -3008401 or 7280850. OLE color: 7280850.

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

Color convert

RGB 210 24 111 -
CMYK 0 0.89 0.47 0.18
HSL 331.94º 0.79% 0.46% -
HSV(B) 331.94º 0.89% 0.82% -
XYZ 29.77 15.5 16.46 -
YUV 89.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 210 24 111 0 0.89 0.47 0.18 331.94 0.79 0.46
Hex D2 18 6F 0 59 2F 12 14C 4F 2E
Octal 322 30 157 0 131 57 22 514 117 56
Binary 11010010 11000 1101111 0 1011001 101111 10010 101001100 1001111 101110

Color Harmonies of #D2186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2186F

Black with #D2186F

Text Example


Text Example

White with #D2186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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