Html Css Color HEX #D0055E Ruby

📋 copy color: '#D0055E'

red 208 ◦ green 5 ◦ blue 94

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

Shades of Ruby #D0055E

Tints of Ruby #D0055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 67.75%
G = 1.63%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0055E (or 0xD0055E) is known color: Ruby. HEX triplet: D0, 05 and 5E. RGB value is (208,5,94). Sum of RGB (Red+Green+Blue) = 208+5+94=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0055E is #2FFAA1. Grayscale: #4B4B4B. Windows color (decimal): -3144354 or 6161872. OLE color: 6161872.

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

Color convert

RGB 208 5 94 -
CMYK 0 0.98 0.55 0.18
HSL 333.69º 0.95% 0.42% -
HSV(B) 333.69º 0.98% 0.82% -
XYZ 28.09 14.33 11.87 -
YUV 75.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 208 5 94 0 0.98 0.55 0.18 333.69 0.95 0.42
Hex D0 5 5E 0 62 37 12 14E 5F 2A
Octal 320 5 136 0 142 67 22 516 137 52
Binary 11010000 101 1011110 0 1100010 110111 10010 101001110 1011111 101010

Color Harmonies of #D0055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0055E

Black with #D0055E

Text Example


Text Example

White with #D0055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0055E; }

 p { color: rgb(208,5,94); }

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

background-color css

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

 a { background-color: rgb(208,5,94); }

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

border-color css

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

 span { border-color: rgb(208,5,94); }

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