Html Css Color HEX #D8036C Ruby

📋 copy color: '#D8036C'

red 216 ◦ green 3 ◦ blue 108

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

Shades of Ruby #D8036C

Tints of Ruby #D8036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 66.06%
G = 0.92%
B = 33.03%

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

#D8036C (or 0xD8036C) is known color: Ruby. HEX triplet: D8, 03 and 6C. RGB value is (216,3,108). Sum of RGB (Red+Green+Blue) = 216+3+108=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8036C is #27FC93. Grayscale: #4E4E4E. Windows color (decimal): -2620564 or 7078872. OLE color: 7078872.

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

Color convert

RGB 216 3 108 -
CMYK 0 0.99 0.50 0.15
HSL 330.42º 0.97% 0.43% -
HSV(B) 330.42º 0.99% 0.85% -
XYZ 31.06 15.75 15.59 -
YUV 78.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 216 3 108 0 0.99 0.50 0.15 330.42 0.97 0.43
Hex D8 3 6C 0 63 32 F 14A 61 2B
Octal 330 3 154 0 143 62 17 512 141 53
Binary 11011000 11 1101100 0 1100011 110010 1111 101001010 1100001 101011

Color Harmonies of #D8036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8036C

Black with #D8036C

Text Example


Text Example

White with #D8036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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