Html Css Color HEX #D0186D Ruby

📋 copy color: '#D0186D'

red 208 ◦ green 24 ◦ blue 109

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

Shades of Ruby #D0186D

Tints of Ruby #D0186D

RGB

 RED value IS 208 (81.64% from 255) = 61%

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

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

R = 61%
G = 7.04%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0186D (or 0xD0186D) is known color: Ruby. HEX triplet: D0, 18 and 6D. RGB value is (208,24,109). Sum of RGB (Red+Green+Blue) = 208+24+109=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0186D is #2FE792. Grayscale: #585858. Windows color (decimal): -3139475 or 7149776. OLE color: 7149776.

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

Color convert

RGB 208 24 109 -
CMYK 0 0.88 0.48 0.18
HSL 332.28º 0.79% 0.45% -
HSV(B) 332.28º 0.88% 0.82% -
XYZ 29.1 15.17 15.86 -
YUV 88.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 208 24 109 0 0.88 0.48 0.18 332.28 0.79 0.45
Hex D0 18 6D 0 58 30 12 14C 4F 2D
Octal 320 30 155 0 130 60 22 514 117 55
Binary 11010000 11000 1101101 0 1011000 110000 10010 101001100 1001111 101101

Color Harmonies of #D0186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0186D

Black with #D0186D

Text Example


Text Example

White with #D0186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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