Html Css Color HEX #D6146D Ruby

📋 copy color: '#D6146D'

red 214 ◦ green 20 ◦ blue 109

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

Shades of Ruby #D6146D

Tints of Ruby #D6146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 62.39%
G = 5.83%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6146D (or 0xD6146D) is known color: Ruby. HEX triplet: D6, 14 and 6D. RGB value is (214,20,109). Sum of RGB (Red+Green+Blue) = 214+20+109=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6146D is #29EB92. Grayscale: #575757. Windows color (decimal): -2747283 or 7148758. OLE color: 7148758.

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

Color convert

RGB 214 20 109 -
CMYK 0 0.91 0.49 0.16
HSL 332.47º 0.83% 0.46% -
HSV(B) 332.47º 0.91% 0.84% -
XYZ 30.74 15.9 15.92 -
YUV 88.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 214 20 109 0 0.91 0.49 0.16 332.47 0.83 0.46
Hex D6 14 6D 0 5B 31 10 14C 53 2E
Octal 326 24 155 0 133 61 20 514 123 56
Binary 11010110 10100 1101101 0 1011011 110001 10000 101001100 1010011 101110

Color Harmonies of #D6146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6146D

Black with #D6146D

Text Example


Text Example

White with #D6146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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