Html Css Color HEX #D2146D Ruby

📋 copy color: '#D2146D'

red 210 ◦ green 20 ◦ blue 109

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

Shades of Ruby #D2146D

Tints of Ruby #D2146D

RGB

 RED value IS 210 (82.42% from 255) = 61.95%

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

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

R = 61.95%
G = 5.9%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2146D (or 0xD2146D) is known color: Ruby. HEX triplet: D2, 14 and 6D. RGB value is (210,20,109). Sum of RGB (Red+Green+Blue) = 210+20+109=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2146D is #2DEB92. Grayscale: #565656. Windows color (decimal): -3009427 or 7148754. OLE color: 7148754.

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

Color convert

RGB 210 20 109 -
CMYK 0 0.90 0.48 0.18
HSL 331.89º 0.83% 0.45% -
HSV(B) 331.89º 0.9% 0.82% -
XYZ 29.59 15.31 15.86 -
YUV 86.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 210 20 109 0 0.90 0.48 0.18 331.89 0.83 0.45
Hex D2 14 6D 0 5A 30 12 14C 53 2D
Octal 322 24 155 0 132 60 22 514 123 55
Binary 11010010 10100 1101101 0 1011010 110000 10010 101001100 1010011 101101

Color Harmonies of #D2146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2146D

Black with #D2146D

Text Example


Text Example

White with #D2146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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