Html Css Color HEX #D7095F Ruby

📋 copy color: '#D7095F'

red 215 ◦ green 9 ◦ blue 95

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

Shades of Ruby #D7095F

Tints of Ruby #D7095F

RGB

 RED value IS 215 (84.38% from 255) = 67.4%

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 67.4%
G = 2.82%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7095F (or 0xD7095F) is known color: Ruby. HEX triplet: D7, 09 and 5F. RGB value is (215,9,95). Sum of RGB (Red+Green+Blue) = 215+9+95=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D7095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7095F is #28F6A0. Grayscale: #505050. Windows color (decimal): -2684577 or 6228439. OLE color: 6228439.

HSL color Cylindrical-coordinate representation of color #D7095F: hue angle of 334.95º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7095F is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 95 -
CMYK 0 0.96 0.56 0.16
HSL 334.95º 0.92% 0.44% -
HSV(B) 334.95º 0.96% 0.84% -
XYZ 30.19 15.47 12.22 -
YUV 80.4 136.25 224.01 -
System Red Green Blue C M Y K H S L
Decimal 215 9 95 0 0.96 0.56 0.16 334.95 0.92 0.44
Hex D7 9 5F 0 60 38 10 14F 5C 2C
Octal 327 11 137 0 140 70 20 517 134 54
Binary 11010111 1001 1011111 0 1100000 111000 10000 101001111 1011100 101100

Color Harmonies of #D7095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7095F

Black with #D7095F

Text Example


Text Example

White with #D7095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7095F; }

 p { color: rgb(215,9,95); }

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

background-color css

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

 a { background-color: rgb(215,9,95); }

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

border-color css

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

 span { border-color: rgb(215,9,95); }

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