Html Css Color HEX #D4126C Ruby

📋 copy color: '#D4126C'

red 212 ◦ green 18 ◦ blue 108

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

Shades of Ruby #D4126C

Tints of Ruby #D4126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 62.72%
G = 5.33%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4126C (or 0xD4126C) is known color: Ruby. HEX triplet: D4, 12 and 6C. RGB value is (212,18,108). Sum of RGB (Red+Green+Blue) = 212+18+108=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4126C is #2BED93. Grayscale: #565656. Windows color (decimal): -2878868 or 7082708. OLE color: 7082708.

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

Color convert

RGB 212 18 108 -
CMYK 0 0.92 0.49 0.17
HSL 332.16º 0.84% 0.45% -
HSV(B) 332.16º 0.92% 0.83% -
XYZ 30.07 15.51 15.6 -
YUV 86.27 140.27 217.68 -
System Red Green Blue C M Y K H S L
Decimal 212 18 108 0 0.92 0.49 0.17 332.16 0.84 0.45
Hex D4 12 6C 0 5C 31 11 14C 54 2D
Octal 324 22 154 0 134 61 21 514 124 55
Binary 11010100 10010 1101100 0 1011100 110001 10001 101001100 1010100 101101

Color Harmonies of #D4126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4126C

Black with #D4126C

Text Example


Text Example

White with #D4126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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