Html Css Color HEX #D3036E Ruby

📋 copy color: '#D3036E'

red 211 ◦ green 3 ◦ blue 110

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

Shades of Ruby #D3036E

Tints of Ruby #D3036E

RGB

 RED value IS 211 (82.81% from 255) = 65.12%

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

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 65.12%
G = 0.93%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3036E (or 0xD3036E) is known color: Ruby. HEX triplet: D3, 03 and 6E. RGB value is (211,3,110). Sum of RGB (Red+Green+Blue) = 211+3+110=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3036E is #2CFC91. Grayscale: #4D4D4D. Windows color (decimal): -2948242 or 7209939. OLE color: 7209939.

HSL color Cylindrical-coordinate representation of color #D3036E: hue angle of 329.13º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3036E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 110 -
CMYK 0 0.99 0.48 0.17
HSL 329.13º 0.97% 0.42% -
HSV(B) 329.13º 0.99% 0.83% -
XYZ 29.71 15.04 16.09 -
YUV 77.39 146.41 223.3 -
System Red Green Blue C M Y K H S L
Decimal 211 3 110 0 0.99 0.48 0.17 329.13 0.97 0.42
Hex D3 3 6E 0 63 30 11 149 61 2A
Octal 323 3 156 0 143 60 21 511 141 52
Binary 11010011 11 1101110 0 1100011 110000 10001 101001001 1100001 101010

Color Harmonies of #D3036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3036E

Black with #D3036E

Text Example


Text Example

White with #D3036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3036E; }

 p { color: rgb(211,3,110); }

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

background-color css

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

 a { background-color: rgb(211,3,110); }

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

border-color css

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

 span { border-color: rgb(211,3,110); }

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