Html Css Color HEX #D0075E Ruby

📋 copy color: '#D0075E'

red 208 ◦ green 7 ◦ blue 94

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

Shades of Ruby #D0075E

Tints of Ruby #D0075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 67.31%
G = 2.27%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0075E (or 0xD0075E) is known color: Ruby. HEX triplet: D0, 07 and 5E. RGB value is (208,7,94). Sum of RGB (Red+Green+Blue) = 208+7+94=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0075E is #2FF8A1. Grayscale: #4C4C4C. Windows color (decimal): -3143842 or 6162384. OLE color: 6162384.

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

Color convert

RGB 208 7 94 -
CMYK 0 0.97 0.55 0.18
HSL 334.03º 0.93% 0.42% -
HSV(B) 334.03º 0.97% 0.82% -
XYZ 28.11 14.37 11.88 -
YUV 77.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 208 7 94 0 0.97 0.55 0.18 334.03 0.93 0.42
Hex D0 7 5E 0 61 37 12 14E 5D 2A
Octal 320 7 136 0 141 67 22 516 135 52
Binary 11010000 111 1011110 0 1100001 110111 10010 101001110 1011101 101010

Color Harmonies of #D0075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0075E

Black with #D0075E

Text Example


Text Example

White with #D0075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0075E; }

 p { color: rgb(208,7,94); }

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

background-color css

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

 a { background-color: rgb(208,7,94); }

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

border-color css

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

 span { border-color: rgb(208,7,94); }

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