Html Css Color HEX #D00E58 Ruby

📋 copy color: '#D00E58'

red 208 ◦ green 14 ◦ blue 88

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

Shades of Ruby #D00E58

Tints of Ruby #D00E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 67.1%
G = 4.52%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D00E58 (or 0xD00E58) is known color: Ruby. HEX triplet: D0, 0E and 58. RGB value is (208,14,88). Sum of RGB (Red+Green+Blue) = 208+14+88=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E58 is #2FF1A7. Grayscale: #505050. Windows color (decimal): -3142056 or 5770960. OLE color: 5770960.

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

Color convert

RGB 208 14 88 -
CMYK 0 0.93 0.58 0.18
HSL 337.11º 0.87% 0.44% -
HSV(B) 337.11º 0.93% 0.82% -
XYZ 27.93 14.43 10.55 -
YUV 80.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 208 14 88 0 0.93 0.58 0.18 337.11 0.87 0.44
Hex D0 E 58 0 5D 3A 12 151 57 2C
Octal 320 16 130 0 135 72 22 521 127 54
Binary 11010000 1110 1011000 0 1011101 111010 10010 101010001 1010111 101100

Color Harmonies of #D00E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E58

Black with #D00E58

Text Example


Text Example

White with #D00E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E58; }

 p { color: rgb(208,14,88); }

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

background-color css

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

 a { background-color: rgb(208,14,88); }

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

border-color css

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

 span { border-color: rgb(208,14,88); }

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