Html Css Color HEX #D3126F Ruby

📋 copy color: '#D3126F'

red 211 ◦ green 18 ◦ blue 111

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

Shades of Ruby #D3126F

Tints of Ruby #D3126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

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

R = 62.06%
G = 5.29%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3126F (or 0xD3126F) is known color: Ruby. HEX triplet: D3, 12 and 6F. RGB value is (211,18,111). Sum of RGB (Red+Green+Blue) = 211+18+111=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3126F is #2CED90. Grayscale: #565656. Windows color (decimal): -2944401 or 7279315. OLE color: 7279315.

HSL color Cylindrical-coordinate representation of color #D3126F: hue angle of 331.09º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3126F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 18 111 -
CMYK 0 0.91 0.47 0.17
HSL 331.09º 0.84% 0.45% -
HSV(B) 331.09º 0.91% 0.83% -
XYZ 29.95 15.43 16.44 -
YUV 86.31 141.94 216.94 -
System Red Green Blue C M Y K H S L
Decimal 211 18 111 0 0.91 0.47 0.17 331.09 0.84 0.45
Hex D3 12 6F 0 5B 2F 11 14B 54 2D
Octal 323 22 157 0 133 57 21 513 124 55
Binary 11010011 10010 1101111 0 1011011 101111 10001 101001011 1010100 101101

Color Harmonies of #D3126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3126F

Black with #D3126F

Text Example


Text Example

White with #D3126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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