Html Css Color HEX #D0086A Ruby

📋 copy color: '#D0086A'

red 208 ◦ green 8 ◦ blue 106

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

Shades of Ruby #D0086A

Tints of Ruby #D0086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 64.6%
G = 2.48%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0086A (or 0xD0086A) is known color: Ruby. HEX triplet: D0, 08 and 6A. RGB value is (208,8,106). Sum of RGB (Red+Green+Blue) = 208+8+106=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0086A is #2FF795. Grayscale: #4E4E4E. Windows color (decimal): -3143574 or 6949072. OLE color: 6949072.

HSL color Cylindrical-coordinate representation of color #D0086A: hue angle of 330.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0086A is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 106 -
CMYK 0 0.96 0.49 0.18
HSL 330.6º 0.93% 0.42% -
HSV(B) 330.6º 0.96% 0.82% -
XYZ 28.7 14.62 14.95 -
YUV 78.97 143.26 220.03 -
System Red Green Blue C M Y K H S L
Decimal 208 8 106 0 0.96 0.49 0.18 330.6 0.93 0.42
Hex D0 8 6A 0 60 31 12 14B 5D 2A
Octal 320 10 152 0 140 61 22 513 135 52
Binary 11010000 1000 1101010 0 1100000 110001 10010 101001011 1011101 101010

Color Harmonies of #D0086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0086A

Black with #D0086A

Text Example


Text Example

White with #D0086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0086A; }

 p { color: rgb(208,8,106); }

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

background-color css

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

 a { background-color: rgb(208,8,106); }

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

border-color css

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

 span { border-color: rgb(208,8,106); }

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