Html Css Color HEX #D4126F Ruby

📋 copy color: '#D4126F'

red 212 ◦ green 18 ◦ blue 111

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

Shades of Ruby #D4126F

Tints of Ruby #D4126F

RGB

 RED value IS 212 (83.2% from 255) = 62.17%

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

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

R = 62.17%
G = 5.28%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4126F (or 0xD4126F) is known color: Ruby. HEX triplet: D4, 12 and 6F. RGB value is (212,18,111). Sum of RGB (Red+Green+Blue) = 212+18+111=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4126F is #2BED90. Grayscale: #565656. Windows color (decimal): -2878865 or 7279316. OLE color: 7279316.

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

Color convert

RGB 212 18 111 -
CMYK 0 0.92 0.48 0.17
HSL 331.24º 0.84% 0.45% -
HSV(B) 331.24º 0.92% 0.83% -
XYZ 30.24 15.58 16.45 -
YUV 86.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 212 18 111 0 0.92 0.48 0.17 331.24 0.84 0.45
Hex D4 12 6F 0 5C 30 11 14B 54 2D
Octal 324 22 157 0 134 60 21 513 124 55
Binary 11010100 10010 1101111 0 1011100 110000 10001 101001011 1010100 101101

Color Harmonies of #D4126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4126F

Black with #D4126F

Text Example


Text Example

White with #D4126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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