Html Css Color HEX #D3186F Ruby

📋 copy color: '#D3186F'

red 211 ◦ green 24 ◦ blue 111

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

Shades of Ruby #D3186F

Tints of Ruby #D3186F

RGB

 RED value IS 211 (82.81% from 255) = 60.98%

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

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

R = 60.98%
G = 6.94%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3186F (or 0xD3186F) is known color: Ruby. HEX triplet: D3, 18 and 6F. RGB value is (211,24,111). Sum of RGB (Red+Green+Blue) = 211+24+111=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D3186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3186F is #2CE790. Grayscale: #595959. Windows color (decimal): -2942865 or 7280851. OLE color: 7280851.

HSL color Cylindrical-coordinate representation of color #D3186F: hue angle of 332.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3186F is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 24 111 -
CMYK 0 0.89 0.47 0.17
HSL 332.09º 0.8% 0.46% -
HSV(B) 332.09º 0.89% 0.83% -
XYZ 30.06 15.65 16.48 -
YUV 89.83 139.95 214.43 -
System Red Green Blue C M Y K H S L
Decimal 211 24 111 0 0.89 0.47 0.17 332.09 0.8 0.46
Hex D3 18 6F 0 59 2F 11 14C 50 2E
Octal 323 30 157 0 131 57 21 514 120 56
Binary 11010011 11000 1101111 0 1011001 101111 10001 101001100 1010000 101110

Color Harmonies of #D3186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3186F

Black with #D3186F

Text Example


Text Example

White with #D3186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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