Html Css Color HEX #D00E68 Ruby

📋 copy color: '#D00E68'

red 208 ◦ green 14 ◦ blue 104

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

Shades of Ruby #D00E68

Tints of Ruby #D00E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 63.8%
G = 4.29%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D00E68 (or 0xD00E68) is known color: Ruby. HEX triplet: D0, 0E and 68. RGB value is (208,14,104). Sum of RGB (Red+Green+Blue) = 208+14+104=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E68 is #2FF197. Grayscale: #525252. Windows color (decimal): -3142040 or 6819536. OLE color: 6819536.

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

Color convert

RGB 208 14 104 -
CMYK 0 0.93 0.5 0.18
HSL 332.16º 0.87% 0.44% -
HSV(B) 332.16º 0.93% 0.82% -
XYZ 28.67 14.72 14.43 -
YUV 82.27 140.27 217.68 -
System Red Green Blue C M Y K H S L
Decimal 208 14 104 0 0.93 0.5 0.18 332.16 0.87 0.44
Hex D0 E 68 0 5D 32 12 14C 57 2C
Octal 320 16 150 0 135 62 22 514 127 54
Binary 11010000 1110 1101000 0 1011101 110010 10010 101001100 1010111 101100

Color Harmonies of #D00E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E68

Black with #D00E68

Text Example


Text Example

White with #D00E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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