Html Css Color HEX #D61C6D Ruby

📋 copy color: '#D61C6D'

red 214 ◦ green 28 ◦ blue 109

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

Shades of Ruby #D61C6D

Tints of Ruby #D61C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 60.97%
G = 7.98%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D61C6D (or 0xD61C6D) is known color: Ruby. HEX triplet: D6, 1C and 6D. RGB value is (214,28,109). Sum of RGB (Red+Green+Blue) = 214+28+109=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C6D is #29E392. Grayscale: #5C5C5C. Windows color (decimal): -2745235 or 7150806. OLE color: 7150806.

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

Color convert

RGB 214 28 109 -
CMYK 0 0.87 0.49 0.16
HSL 333.87º 0.77% 0.47% -
HSV(B) 333.87º 0.87% 0.84% -
XYZ 30.91 16.23 15.97 -
YUV 92.85 137.12 214.41 -
System Red Green Blue C M Y K H S L
Decimal 214 28 109 0 0.87 0.49 0.16 333.87 0.77 0.47
Hex D6 1C 6D 0 57 31 10 14E 4D 2F
Octal 326 34 155 0 127 61 20 516 115 57
Binary 11010110 11100 1101101 0 1010111 110001 10000 101001110 1001101 101111

Color Harmonies of #D61C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C6D

Black with #D61C6D

Text Example


Text Example

White with #D61C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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