Html Css Color HEX #D0055F Ruby

📋 copy color: '#D0055F'

red 208 ◦ green 5 ◦ blue 95

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

Shades of Ruby #D0055F

Tints of Ruby #D0055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 67.53%
G = 1.62%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0055F (or 0xD0055F) is known color: Ruby. HEX triplet: D0, 05 and 5F. RGB value is (208,5,95). Sum of RGB (Red+Green+Blue) = 208+5+95=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0055F is #2FFAA0. Grayscale: #4B4B4B. Windows color (decimal): -3144353 or 6227408. OLE color: 6227408.

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

Color convert

RGB 208 5 95 -
CMYK 0 0.98 0.54 0.18
HSL 333.4º 0.95% 0.42% -
HSV(B) 333.4º 0.98% 0.82% -
XYZ 28.13 14.34 12.11 -
YUV 75.96 138.75 222.18 -
System Red Green Blue C M Y K H S L
Decimal 208 5 95 0 0.98 0.54 0.18 333.4 0.95 0.42
Hex D0 5 5F 0 62 36 12 14D 5F 2A
Octal 320 5 137 0 142 66 22 515 137 52
Binary 11010000 101 1011111 0 1100010 110110 10010 101001101 1011111 101010

Color Harmonies of #D0055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0055F

Black with #D0055F

Text Example


Text Example

White with #D0055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0055F; }

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

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

background-color css

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

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

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

border-color css

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

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

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