Html Css Color HEX #D61E6D Ruby

📋 copy color: '#D61E6D'

red 214 ◦ green 30 ◦ blue 109

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

Shades of Ruby #D61E6D

Tints of Ruby #D61E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.5%

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

R = 60.62%
G = 8.5%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D61E6D (or 0xD61E6D) is known color: Ruby. HEX triplet: D6, 1E and 6D. RGB value is (214,30,109). Sum of RGB (Red+Green+Blue) = 214+30+109=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E6D is #29E192. Grayscale: #5D5D5D. Windows color (decimal): -2744723 or 7151318. OLE color: 7151318.

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

Color convert

RGB 214 30 109 -
CMYK 0 0.86 0.49 0.16
HSL 334.24º 0.75% 0.48% -
HSV(B) 334.24º 0.86% 0.84% -
XYZ 30.96 16.33 15.99 -
YUV 94.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 214 30 109 0 0.86 0.49 0.16 334.24 0.75 0.48
Hex D6 1E 6D 0 56 31 10 14E 4B 30
Octal 326 36 155 0 126 61 20 516 113 60
Binary 11010110 11110 1101101 0 1010110 110001 10000 101001110 1001011 110000

Color Harmonies of #D61E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E6D

Black with #D61E6D

Text Example


Text Example

White with #D61E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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