Html Css Color HEX #D9056E Ruby

📋 copy color: '#D9056E'

red 217 ◦ green 5 ◦ blue 110

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

Shades of Ruby #D9056E

Tints of Ruby #D9056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 65.36%
G = 1.51%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9056E (or 0xD9056E) is known color: Ruby. HEX triplet: D9, 05 and 6E. RGB value is (217,5,110). Sum of RGB (Red+Green+Blue) = 217+5+110=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9056E is #26FA91. Grayscale: #505050. Windows color (decimal): -2554514 or 7210457. OLE color: 7210457.

HSL color Cylindrical-coordinate representation of color #D9056E: hue angle of 330.28º 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 #D9056E is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 110 -
CMYK 0 0.98 0.49 0.15
HSL 330.28º 0.95% 0.44% -
HSV(B) 330.28º 0.98% 0.85% -
XYZ 31.48 15.99 16.18 -
YUV 80.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 217 5 110 0 0.98 0.49 0.15 330.28 0.95 0.44
Hex D9 5 6E 0 62 31 F 14A 5F 2C
Octal 331 5 156 0 142 61 17 512 137 54
Binary 11011001 101 1101110 0 1100010 110001 1111 101001010 1011111 101100

Color Harmonies of #D9056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9056E

Black with #D9056E

Text Example


Text Example

White with #D9056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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