Html Css Color HEX #D0186E Ruby

📋 copy color: '#D0186E'

red 208 ◦ green 24 ◦ blue 110

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

Shades of Ruby #D0186E

Tints of Ruby #D0186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 60.82%
G = 7.02%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0186E (or 0xD0186E) is known color: Ruby. HEX triplet: D0, 18 and 6E. RGB value is (208,24,110). Sum of RGB (Red+Green+Blue) = 208+24+110=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0186E is #2FE791. Grayscale: #585858. Windows color (decimal): -3139474 or 7215312. OLE color: 7215312.

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

Color convert

RGB 208 24 110 -
CMYK 0 0.88 0.47 0.18
HSL 331.96º 0.79% 0.45% -
HSV(B) 331.96º 0.88% 0.82% -
XYZ 29.15 15.19 16.15 -
YUV 88.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 208 24 110 0 0.88 0.47 0.18 331.96 0.79 0.45
Hex D0 18 6E 0 58 2F 12 14C 4F 2D
Octal 320 30 156 0 130 57 22 514 117 55
Binary 11010000 11000 1101110 0 1011000 101111 10010 101001100 1001111 101101

Color Harmonies of #D0186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0186E

Black with #D0186E

Text Example


Text Example

White with #D0186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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