Html Css Color HEX #D7056F Ruby

📋 copy color: '#D7056F'

red 215 ◦ green 5 ◦ blue 111

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

Shades of Ruby #D7056F

Tints of Ruby #D7056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 64.95%
G = 1.51%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7056F (or 0xD7056F) is known color: Ruby. HEX triplet: D7, 05 and 6F. RGB value is (215,5,111). Sum of RGB (Red+Green+Blue) = 215+5+111=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7056F is #28FA90. Grayscale: #4F4F4F. Windows color (decimal): -2685585 or 7275991. OLE color: 7275991.

HSL color Cylindrical-coordinate representation of color #D7056F: hue angle of 329.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7056F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 111 -
CMYK 0 0.98 0.48 0.16
HSL 329.71º 0.95% 0.43% -
HSV(B) 329.71º 0.98% 0.84% -
XYZ 30.95 15.7 16.44 -
YUV 79.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 215 5 111 0 0.98 0.48 0.16 329.71 0.95 0.43
Hex D7 5 6F 0 62 30 10 14A 5F 2B
Octal 327 5 157 0 142 60 20 512 137 53
Binary 11010111 101 1101111 0 1100010 110000 10000 101001010 1011111 101011

Color Harmonies of #D7056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7056F

Black with #D7056F

Text Example


Text Example

White with #D7056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7056F; }

 p { color: rgb(215,5,111); }

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

background-color css

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

 a { background-color: rgb(215,5,111); }

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

border-color css

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

 span { border-color: rgb(215,5,111); }

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