Html Css Color HEX #D4156F Ruby

📋 copy color: '#D4156F'

red 212 ◦ green 21 ◦ blue 111

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

Shades of Ruby #D4156F

Tints of Ruby #D4156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

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

R = 61.63%
G = 6.1%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4156F (or 0xD4156F) is known color: Ruby. HEX triplet: D4, 15 and 6F. RGB value is (212,21,111). Sum of RGB (Red+Green+Blue) = 212+21+111=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4156F is #2BEA90. Grayscale: #585858. Windows color (decimal): -2878097 or 7280084. OLE color: 7280084.

HSL color Cylindrical-coordinate representation of color #D4156F: hue angle of 331.73º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4156F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 111 -
CMYK 0 0.90 0.48 0.17
HSL 331.73º 0.82% 0.46% -
HSV(B) 331.73º 0.9% 0.83% -
XYZ 30.29 15.68 16.47 -
YUV 88.37 140.78 216.18 -
System Red Green Blue C M Y K H S L
Decimal 212 21 111 0 0.90 0.48 0.17 331.73 0.82 0.46
Hex D4 15 6F 0 5A 30 11 14C 52 2E
Octal 324 25 157 0 132 60 21 514 122 56
Binary 11010100 10101 1101111 0 1011010 110000 10001 101001100 1010010 101110

Color Harmonies of #D4156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4156F

Black with #D4156F

Text Example


Text Example

White with #D4156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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