Html Css Color HEX #D8026F Ruby

📋 copy color: '#D8026F'

red 216 ◦ green 2 ◦ blue 111

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

Shades of Ruby #D8026F

Tints of Ruby #D8026F

RGB

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

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

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

R = 65.65%
G = 0.61%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8026F (or 0xD8026F) is known color: Ruby. HEX triplet: D8, 02 and 6F. RGB value is (216,2,111). Sum of RGB (Red+Green+Blue) = 216+2+111=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8026F is #27FD90. Grayscale: #4E4E4E. Windows color (decimal): -2620817 or 7275224. OLE color: 7275224.

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

Color convert

RGB 216 2 111 -
CMYK 0 0.99 0.49 0.15
HSL 329.44º 0.98% 0.43% -
HSV(B) 329.44º 0.99% 0.85% -
XYZ 31.21 15.79 16.44 -
YUV 78.41 146.4 226.14 -
System Red Green Blue C M Y K H S L
Decimal 216 2 111 0 0.99 0.49 0.15 329.44 0.98 0.43
Hex D8 2 6F 0 63 31 F 149 62 2B
Octal 330 2 157 0 143 61 17 511 142 53
Binary 11011000 10 1101111 0 1100011 110001 1111 101001001 1100010 101011

Color Harmonies of #D8026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8026F

Black with #D8026F

Text Example


Text Example

White with #D8026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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