Html Css Color HEX #D3036F Ruby

📋 copy color: '#D3036F'

red 211 ◦ green 3 ◦ blue 111

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

Shades of Ruby #D3036F

Tints of Ruby #D3036F

RGB

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

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

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

R = 64.92%
G = 0.92%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3036F (or 0xD3036F) is known color: Ruby. HEX triplet: D3, 03 and 6F. RGB value is (211,3,111). Sum of RGB (Red+Green+Blue) = 211+3+111=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3036F is #2CFC90. Grayscale: #4D4D4D. Windows color (decimal): -2948241 or 7275475. OLE color: 7275475.

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

Color convert

RGB 211 3 111 -
CMYK 0 0.99 0.47 0.17
HSL 328.85º 0.97% 0.42% -
HSV(B) 328.85º 0.99% 0.83% -
XYZ 29.77 15.06 16.38 -
YUV 77.5 146.91 223.22 -
System Red Green Blue C M Y K H S L
Decimal 211 3 111 0 0.99 0.47 0.17 328.85 0.97 0.42
Hex D3 3 6F 0 63 2F 11 149 61 2A
Octal 323 3 157 0 143 57 21 511 141 52
Binary 11010011 11 1101111 0 1100011 101111 10001 101001001 1100001 101010

Color Harmonies of #D3036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3036F

Black with #D3036F

Text Example


Text Example

White with #D3036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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