Html Css Color HEX #D61C6B Ruby

📋 copy color: '#D61C6B'

red 214 ◦ green 28 ◦ blue 107

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

Shades of Ruby #D61C6B

Tints of Ruby #D61C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 61.32%
G = 8.02%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D61C6B (or 0xD61C6B) is known color: Ruby. HEX triplet: D6, 1C and 6B. RGB value is (214,28,107). Sum of RGB (Red+Green+Blue) = 214+28+107=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C6B is #29E394. Grayscale: #5C5C5C. Windows color (decimal): -2745237 or 7019734. OLE color: 7019734.

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

Color convert

RGB 214 28 107 -
CMYK 0 0.87 0.50 0.16
HSL 334.52º 0.77% 0.47% -
HSV(B) 334.52º 0.87% 0.84% -
XYZ 30.8 16.19 15.41 -
YUV 92.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 214 28 107 0 0.87 0.50 0.16 334.52 0.77 0.47
Hex D6 1C 6B 0 57 32 10 14F 4D 2F
Octal 326 34 153 0 127 62 20 517 115 57
Binary 11010110 11100 1101011 0 1010111 110010 10000 101001111 1001101 101111

Color Harmonies of #D61C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C6B

Black with #D61C6B

Text Example


Text Example

White with #D61C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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