Html Css Color HEX #D4126B Ruby

📋 copy color: '#D4126B'

red 212 ◦ green 18 ◦ blue 107

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

Shades of Ruby #D4126B

Tints of Ruby #D4126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 62.91%
G = 5.34%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4126B (or 0xD4126B) is known color: Ruby. HEX triplet: D4, 12 and 6B. RGB value is (212,18,107). Sum of RGB (Red+Green+Blue) = 212+18+107=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4126B is #2BED94. Grayscale: #555555. Windows color (decimal): -2878869 or 7017172. OLE color: 7017172.

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

Color convert

RGB 212 18 107 -
CMYK 0 0.92 0.50 0.17
HSL 332.47º 0.84% 0.45% -
HSV(B) 332.47º 0.92% 0.83% -
XYZ 30.02 15.49 15.32 -
YUV 86.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 212 18 107 0 0.92 0.50 0.17 332.47 0.84 0.45
Hex D4 12 6B 0 5C 32 11 14C 54 2D
Octal 324 22 153 0 134 62 21 514 124 55
Binary 11010100 10010 1101011 0 1011100 110010 10001 101001100 1010100 101101

Color Harmonies of #D4126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4126B

Black with #D4126B

Text Example


Text Example

White with #D4126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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