Html Css Color HEX #D61E6C Ruby

📋 copy color: '#D61E6C'

red 214 ◦ green 30 ◦ blue 108

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

Shades of Ruby #D61E6C

Tints of Ruby #D61E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 60.8%
G = 8.52%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D61E6C (or 0xD61E6C) is known color: Ruby. HEX triplet: D6, 1E and 6C. RGB value is (214,30,108). Sum of RGB (Red+Green+Blue) = 214+30+108=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E6C is #29E193. Grayscale: #5D5D5D. Windows color (decimal): -2744724 or 7085782. OLE color: 7085782.

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

Color convert

RGB 214 30 108 -
CMYK 0 0.86 0.50 0.16
HSL 334.57º 0.75% 0.48% -
HSV(B) 334.57º 0.86% 0.84% -
XYZ 30.9 16.31 15.71 -
YUV 93.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 214 30 108 0 0.86 0.50 0.16 334.57 0.75 0.48
Hex D6 1E 6C 0 56 32 10 14F 4B 30
Octal 326 36 154 0 126 62 20 517 113 60
Binary 11010110 11110 1101100 0 1010110 110010 10000 101001111 1001011 110000

Color Harmonies of #D61E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E6C

Black with #D61E6C

Text Example


Text Example

White with #D61E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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