Html Css Color HEX #D8026D Ruby

📋 copy color: '#D8026D'

red 216 ◦ green 2 ◦ blue 109

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

Shades of Ruby #D8026D

Tints of Ruby #D8026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 66.06%
G = 0.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8026D (or 0xD8026D) is known color: Ruby. HEX triplet: D8, 02 and 6D. RGB value is (216,2,109). Sum of RGB (Red+Green+Blue) = 216+2+109=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8026D is #27FD92. Grayscale: #4D4D4D. Windows color (decimal): -2620819 or 7144152. OLE color: 7144152.

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

Color convert

RGB 216 2 109 -
CMYK 0 0.99 0.50 0.15
HSL 330º 0.98% 0.43% -
HSV(B) 330º 0.99% 0.85% -
XYZ 31.1 15.75 15.87 -
YUV 78.18 145.4 226.3 -
System Red Green Blue C M Y K H S L
Decimal 216 2 109 0 0.99 0.50 0.15 330 0.98 0.43
Hex D8 2 6D 0 63 32 F 14A 62 2B
Octal 330 2 155 0 143 62 17 512 142 53
Binary 11011000 10 1101101 0 1100011 110010 1111 101001010 1100010 101011

Color Harmonies of #D8026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8026D

Black with #D8026D

Text Example


Text Example

White with #D8026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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