Html Css Color HEX #D0075B Ruby

📋 copy color: '#D0075B'

red 208 ◦ green 7 ◦ blue 91

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

Shades of Ruby #D0075B

Tints of Ruby #D0075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 67.97%
G = 2.29%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0075B (or 0xD0075B) is known color: Ruby. HEX triplet: D0, 07 and 5B. RGB value is (208,7,91). Sum of RGB (Red+Green+Blue) = 208+7+91=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0075B is #2FF8A4. Grayscale: #4C4C4C. Windows color (decimal): -3143845 or 5965776. OLE color: 5965776.

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

Color convert

RGB 208 7 91 -
CMYK 0 0.97 0.56 0.18
HSL 334.93º 0.93% 0.42% -
HSV(B) 334.93º 0.97% 0.82% -
XYZ 27.98 14.32 11.19 -
YUV 76.68 136.09 221.67 -
System Red Green Blue C M Y K H S L
Decimal 208 7 91 0 0.97 0.56 0.18 334.93 0.93 0.42
Hex D0 7 5B 0 61 38 12 14F 5D 2A
Octal 320 7 133 0 141 70 22 517 135 52
Binary 11010000 111 1011011 0 1100001 111000 10010 101001111 1011101 101010

Color Harmonies of #D0075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0075B

Black with #D0075B

Text Example


Text Example

White with #D0075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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