Html Css Color HEX #D00E6F Ruby

📋 copy color: '#D00E6F'

red 208 ◦ green 14 ◦ blue 111

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

Shades of Ruby #D00E6F

Tints of Ruby #D00E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 62.46%
G = 4.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D00E6F (or 0xD00E6F) is known color: Ruby. HEX triplet: D0, 0E and 6F. RGB value is (208,14,111). Sum of RGB (Red+Green+Blue) = 208+14+111=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E6F is #2FF190. Grayscale: #525252. Windows color (decimal): -3142033 or 7278288. OLE color: 7278288.

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

Color convert

RGB 208 14 111 -
CMYK 0 0.93 0.47 0.18
HSL 330º 0.87% 0.44% -
HSV(B) 330º 0.93% 0.82% -
XYZ 29.04 14.87 16.38 -
YUV 83.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 208 14 111 0 0.93 0.47 0.18 330 0.87 0.44
Hex D0 E 6F 0 5D 2F 12 14A 57 2C
Octal 320 16 157 0 135 57 22 512 127 54
Binary 11010000 1110 1101111 0 1011101 101111 10010 101001010 1010111 101100

Color Harmonies of #D00E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E6F

Black with #D00E6F

Text Example


Text Example

White with #D00E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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