Html Css Color HEX #D8046F Ruby

📋 copy color: '#D8046F'

red 216 ◦ green 4 ◦ blue 111

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

Shades of Ruby #D8046F

Tints of Ruby #D8046F

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 65.26%
G = 1.21%
B = 33.53%

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

#D8046F (or 0xD8046F) is known color: Ruby. HEX triplet: D8, 04 and 6F. RGB value is (216,4,111). Sum of RGB (Red+Green+Blue) = 216+4+111=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8046F is #27FB90. Grayscale: #4F4F4F. Windows color (decimal): -2620305 or 7275736. OLE color: 7275736.

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

Color convert

RGB 216 4 111 -
CMYK 0 0.98 0.49 0.15
HSL 329.72º 0.96% 0.43% -
HSV(B) 329.72º 0.98% 0.85% -
XYZ 31.23 15.83 16.45 -
YUV 79.59 145.74 225.3 -
System Red Green Blue C M Y K H S L
Decimal 216 4 111 0 0.98 0.49 0.15 329.72 0.96 0.43
Hex D8 4 6F 0 62 31 F 14A 60 2B
Octal 330 4 157 0 142 61 17 512 140 53
Binary 11011000 100 1101111 0 1100010 110001 1111 101001010 1100000 101011

Color Harmonies of #D8046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8046F

Black with #D8046F

Text Example


Text Example

White with #D8046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8046F; }

 p { color: rgb(216,4,111); }

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

background-color css

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

 a { background-color: rgb(216,4,111); }

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

border-color css

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

 span { border-color: rgb(216,4,111); }

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