Html Css Color HEX #D8036A Ruby

📋 copy color: '#D8036A'

red 216 ◦ green 3 ◦ blue 106

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

Shades of Ruby #D8036A

Tints of Ruby #D8036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 66.46%
G = 0.92%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8036A (or 0xD8036A) is known color: Ruby. HEX triplet: D8, 03 and 6A. RGB value is (216,3,106). Sum of RGB (Red+Green+Blue) = 216+3+106=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8036A is #27FC95. Grayscale: #4E4E4E. Windows color (decimal): -2620566 or 6947800. OLE color: 6947800.

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

Color convert

RGB 216 3 106 -
CMYK 0 0.99 0.51 0.15
HSL 330.99º 0.97% 0.43% -
HSV(B) 330.99º 0.99% 0.85% -
XYZ 30.95 15.7 15.04 -
YUV 78.43 143.57 226.12 -
System Red Green Blue C M Y K H S L
Decimal 216 3 106 0 0.99 0.51 0.15 330.99 0.97 0.43
Hex D8 3 6A 0 63 33 F 14B 61 2B
Octal 330 3 152 0 143 63 17 513 141 53
Binary 11011000 11 1101010 0 1100011 110011 1111 101001011 1100001 101011

Color Harmonies of #D8036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8036A

Black with #D8036A

Text Example


Text Example

White with #D8036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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