Html Css Color HEX #D8046D Ruby

📋 copy color: '#D8046D'

red 216 ◦ green 4 ◦ blue 109

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

Shades of Ruby #D8046D

Tints of Ruby #D8046D

RGB

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

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

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

R = 65.65%
G = 1.22%
B = 33.13%

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

#D8046D (or 0xD8046D) is known color: Ruby. HEX triplet: D8, 04 and 6D. RGB value is (216,4,109). Sum of RGB (Red+Green+Blue) = 216+4+109=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8046D is #27FB92. Grayscale: #4F4F4F. Windows color (decimal): -2620307 or 7144664. OLE color: 7144664.

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

Color convert

RGB 216 4 109 -
CMYK 0 0.98 0.50 0.15
HSL 330.28º 0.96% 0.43% -
HSV(B) 330.28º 0.98% 0.85% -
XYZ 31.12 15.79 15.88 -
YUV 79.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 216 4 109 0 0.98 0.50 0.15 330.28 0.96 0.43
Hex D8 4 6D 0 62 32 F 14A 60 2B
Octal 330 4 155 0 142 62 17 512 140 53
Binary 11011000 100 1101101 0 1100010 110010 1111 101001010 1100000 101011

Color Harmonies of #D8046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8046D

Black with #D8046D

Text Example


Text Example

White with #D8046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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