Html Css Color HEX #D9056D Ruby

📋 copy color: '#D9056D'

red 217 ◦ green 5 ◦ blue 109

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

Shades of Ruby #D9056D

Tints of Ruby #D9056D

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 65.56%
G = 1.51%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9056D (or 0xD9056D) is known color: Ruby. HEX triplet: D9, 05 and 6D. RGB value is (217,5,109). Sum of RGB (Red+Green+Blue) = 217+5+109=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9056D is #26FA92. Grayscale: #505050. Windows color (decimal): -2554515 or 7144921. OLE color: 7144921.

HSL color Cylindrical-coordinate representation of color #D9056D: hue angle of 330.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9056D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 109 -
CMYK 0 0.98 0.50 0.15
HSL 330.57º 0.95% 0.44% -
HSV(B) 330.57º 0.98% 0.85% -
XYZ 31.43 15.96 15.89 -
YUV 80.24 144.24 225.54 -
System Red Green Blue C M Y K H S L
Decimal 217 5 109 0 0.98 0.50 0.15 330.57 0.95 0.44
Hex D9 5 6D 0 62 32 F 14B 5F 2C
Octal 331 5 155 0 142 62 17 513 137 54
Binary 11011001 101 1101101 0 1100010 110010 1111 101001011 1011111 101100

Color Harmonies of #D9056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9056D

Black with #D9056D

Text Example


Text Example

White with #D9056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9056D; }

 p { color: rgb(217,5,109); }

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

background-color css

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

 a { background-color: rgb(217,5,109); }

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

border-color css

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

 span { border-color: rgb(217,5,109); }

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