Html Css Color HEX #D3125B Ruby

📋 copy color: '#D3125B'

red 211 ◦ green 18 ◦ blue 91

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

Shades of Ruby #D3125B

Tints of Ruby #D3125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 65.94%
G = 5.63%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3125B (or 0xD3125B) is known color: Ruby. HEX triplet: D3, 12 and 5B. RGB value is (211,18,91). Sum of RGB (Red+Green+Blue) = 211+18+91=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D3125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3125B is #2CEDA4. Grayscale: #535353. Windows color (decimal): -2944421 or 5968595. OLE color: 5968595.

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

Color convert

RGB 211 18 91 -
CMYK 0 0.91 0.57 0.17
HSL 337.31º 0.84% 0.45% -
HSV(B) 337.31º 0.91% 0.83% -
XYZ 28.97 15.04 11.27 -
YUV 84.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 211 18 91 0 0.91 0.57 0.17 337.31 0.84 0.45
Hex D3 12 5B 0 5B 39 11 151 54 2D
Octal 323 22 133 0 133 71 21 521 124 55
Binary 11010011 10010 1011011 0 1011011 111001 10001 101010001 1010100 101101

Color Harmonies of #D3125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3125B

Black with #D3125B

Text Example


Text Example

White with #D3125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3125B; }

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

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

background-color css

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

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

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

border-color css

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

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

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