Html Css Color HEX #D6146F Ruby

📋 copy color: '#D6146F'

red 214 ◦ green 20 ◦ blue 111

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

Shades of Ruby #D6146F

Tints of Ruby #D6146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.8%

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

R = 62.03%
G = 5.8%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6146F (or 0xD6146F) is known color: Ruby. HEX triplet: D6, 14 and 6F. RGB value is (214,20,111). Sum of RGB (Red+Green+Blue) = 214+20+111=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6146F is #29EB90. Grayscale: #585858. Windows color (decimal): -2747281 or 7279830. OLE color: 7279830.

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

Color convert

RGB 214 20 111 -
CMYK 0 0.91 0.48 0.16
HSL 331.86º 0.83% 0.46% -
HSV(B) 331.86º 0.91% 0.84% -
XYZ 30.85 15.94 16.49 -
YUV 88.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 214 20 111 0 0.91 0.48 0.16 331.86 0.83 0.46
Hex D6 14 6F 0 5B 30 10 14C 53 2E
Octal 326 24 157 0 133 60 20 514 123 56
Binary 11010110 10100 1101111 0 1011011 110000 10000 101001100 1010011 101110

Color Harmonies of #D6146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6146F

Black with #D6146F

Text Example


Text Example

White with #D6146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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