Html Css Color HEX #D0085B Ruby

📋 copy color: '#D0085B'

red 208 ◦ green 8 ◦ blue 91

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

Shades of Ruby #D0085B

Tints of Ruby #D0085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 67.75%
G = 2.61%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0085B (or 0xD0085B) is known color: Ruby. HEX triplet: D0, 08 and 5B. RGB value is (208,8,91). Sum of RGB (Red+Green+Blue) = 208+8+91=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0085B is #2FF7A4. Grayscale: #4D4D4D. Windows color (decimal): -3143589 or 5966032. OLE color: 5966032.

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

Color convert

RGB 208 8 91 -
CMYK 0 0.96 0.56 0.18
HSL 335.1º 0.93% 0.42% -
HSV(B) 335.1º 0.96% 0.82% -
XYZ 27.99 14.34 11.19 -
YUV 77.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 208 8 91 0 0.96 0.56 0.18 335.1 0.93 0.42
Hex D0 8 5B 0 60 38 12 14F 5D 2A
Octal 320 10 133 0 140 70 22 517 135 52
Binary 11010000 1000 1011011 0 1100000 111000 10010 101001111 1011101 101010

Color Harmonies of #D0085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0085B

Black with #D0085B

Text Example


Text Example

White with #D0085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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