Html Css Color HEX #D6156F Ruby

📋 copy color: '#D6156F'

red 214 ◦ green 21 ◦ blue 111

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

Shades of Ruby #D6156F

Tints of Ruby #D6156F

RGB

 RED value IS 214 (83.98% from 255) = 61.85%

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

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

R = 61.85%
G = 6.07%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6156F (or 0xD6156F) is known color: Ruby. HEX triplet: D6, 15 and 6F. RGB value is (214,21,111). Sum of RGB (Red+Green+Blue) = 214+21+111=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6156F is #29EA90. Grayscale: #585858. Windows color (decimal): -2747025 or 7280086. OLE color: 7280086.

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

Color convert

RGB 214 21 111 -
CMYK 0 0.90 0.48 0.16
HSL 332.02º 0.82% 0.46% -
HSV(B) 332.02º 0.9% 0.84% -
XYZ 30.87 15.98 16.5 -
YUV 88.97 140.44 217.18 -
System Red Green Blue C M Y K H S L
Decimal 214 21 111 0 0.90 0.48 0.16 332.02 0.82 0.46
Hex D6 15 6F 0 5A 30 10 14C 52 2E
Octal 326 25 157 0 132 60 20 514 122 56
Binary 11010110 10101 1101111 0 1011010 110000 10000 101001100 1010010 101110

Color Harmonies of #D6156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6156F

Black with #D6156F

Text Example


Text Example

White with #D6156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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