Html Css Color HEX #D9056A Ruby

📋 copy color: '#D9056A'

red 217 ◦ green 5 ◦ blue 106

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

Shades of Ruby #D9056A

Tints of Ruby #D9056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 66.16%
G = 1.52%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9056A (or 0xD9056A) is known color: Ruby. HEX triplet: D9, 05 and 6A. RGB value is (217,5,106). Sum of RGB (Red+Green+Blue) = 217+5+106=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9056A is #26FA95. Grayscale: #4F4F4F. Windows color (decimal): -2554518 or 6948313. OLE color: 6948313.

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

Color convert

RGB 217 5 106 -
CMYK 0 0.98 0.51 0.15
HSL 331.42º 0.95% 0.44% -
HSV(B) 331.42º 0.98% 0.85% -
XYZ 31.27 15.9 15.06 -
YUV 79.9 142.74 225.79 -
System Red Green Blue C M Y K H S L
Decimal 217 5 106 0 0.98 0.51 0.15 331.42 0.95 0.44
Hex D9 5 6A 0 62 33 F 14B 5F 2C
Octal 331 5 152 0 142 63 17 513 137 54
Binary 11011001 101 1101010 0 1100010 110011 1111 101001011 1011111 101100

Color Harmonies of #D9056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9056A

Black with #D9056A

Text Example


Text Example

White with #D9056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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