Html Css Color HEX #D8036F Ruby

📋 copy color: '#D8036F'

red 216 ◦ green 3 ◦ blue 111

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

Shades of Ruby #D8036F

Tints of Ruby #D8036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 65.45%
G = 0.91%
B = 33.64%

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

#D8036F (or 0xD8036F) is known color: Ruby. HEX triplet: D8, 03 and 6F. RGB value is (216,3,111). Sum of RGB (Red+Green+Blue) = 216+3+111=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8036F is #27FC90. Grayscale: #4E4E4E. Windows color (decimal): -2620561 or 7275480. OLE color: 7275480.

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

Color convert

RGB 216 3 111 -
CMYK 0 0.99 0.49 0.15
HSL 329.58º 0.97% 0.43% -
HSV(B) 329.58º 0.99% 0.85% -
XYZ 31.22 15.81 16.45 -
YUV 79 146.07 225.72 -
System Red Green Blue C M Y K H S L
Decimal 216 3 111 0 0.99 0.49 0.15 329.58 0.97 0.43
Hex D8 3 6F 0 63 31 F 14A 61 2B
Octal 330 3 157 0 143 61 17 512 141 53
Binary 11011000 11 1101111 0 1100011 110001 1111 101001010 1100001 101011

Color Harmonies of #D8036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8036F

Black with #D8036F

Text Example


Text Example

White with #D8036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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