Html Css Color HEX #D0095D Ruby

📋 copy color: '#D0095D'

red 208 ◦ green 9 ◦ blue 93

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

Shades of Ruby #D0095D

Tints of Ruby #D0095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 67.1%
G = 2.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0095D (or 0xD0095D) is known color: Ruby. HEX triplet: D0, 09 and 5D. RGB value is (208,9,93). Sum of RGB (Red+Green+Blue) = 208+9+93=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0095D is #2FF6A2. Grayscale: #4D4D4D. Windows color (decimal): -3143331 or 6097360. OLE color: 6097360.

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

Color convert

RGB 208 9 93 -
CMYK 0 0.96 0.55 0.18
HSL 334.67º 0.92% 0.43% -
HSV(B) 334.67º 0.96% 0.82% -
XYZ 28.09 14.4 11.65 -
YUV 78.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 208 9 93 0 0.96 0.55 0.18 334.67 0.92 0.43
Hex D0 9 5D 0 60 37 12 14F 5C 2B
Octal 320 11 135 0 140 67 22 517 134 53
Binary 11010000 1001 1011101 0 1100000 110111 10010 101001111 1011100 101011

Color Harmonies of #D0095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0095D

Black with #D0095D

Text Example


Text Example

White with #D0095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0095D; }

 p { color: rgb(208,9,93); }

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

background-color css

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

 a { background-color: rgb(208,9,93); }

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

border-color css

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

 span { border-color: rgb(208,9,93); }

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