Html Css Color HEX #D00E6B Ruby

📋 copy color: '#D00E6B'

red 208 ◦ green 14 ◦ blue 107

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

Shades of Ruby #D00E6B

Tints of Ruby #D00E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 63.22%
G = 4.26%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D00E6B (or 0xD00E6B) is known color: Ruby. HEX triplet: D0, 0E and 6B. RGB value is (208,14,107). Sum of RGB (Red+Green+Blue) = 208+14+107=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E6B is #2FF194. Grayscale: #525252. Windows color (decimal): -3142037 or 7016144. OLE color: 7016144.

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

Color convert

RGB 208 14 107 -
CMYK 0 0.93 0.49 0.18
HSL 331.24º 0.87% 0.44% -
HSV(B) 331.24º 0.93% 0.82% -
XYZ 28.82 14.79 15.24 -
YUV 82.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 208 14 107 0 0.93 0.49 0.18 331.24 0.87 0.44
Hex D0 E 6B 0 5D 31 12 14B 57 2C
Octal 320 16 153 0 135 61 22 513 127 54
Binary 11010000 1110 1101011 0 1011101 110001 10010 101001011 1010111 101100

Color Harmonies of #D00E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E6B

Black with #D00E6B

Text Example


Text Example

White with #D00E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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