Html Css Color HEX #D61C58 Ruby

📋 copy color: '#D61C58'

red 214 ◦ green 28 ◦ blue 88

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

Shades of Ruby #D61C58

Tints of Ruby #D61C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 64.85%
G = 8.48%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D61C58 (or 0xD61C58) is known color: Ruby. HEX triplet: D6, 1C and 58. RGB value is (214,28,88). Sum of RGB (Red+Green+Blue) = 214+28+88=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C58 is #29E3A7. Grayscale: #5A5A5A. Windows color (decimal): -2745256 or 5774550. OLE color: 5774550.

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

Color convert

RGB 214 28 88 -
CMYK 0 0.87 0.59 0.16
HSL 340.65º 0.77% 0.47% -
HSV(B) 340.65º 0.87% 0.84% -
XYZ 29.91 15.83 10.71 -
YUV 90.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 214 28 88 0 0.87 0.59 0.16 340.65 0.77 0.47
Hex D6 1C 58 0 57 3B 10 155 4D 2F
Octal 326 34 130 0 127 73 20 525 115 57
Binary 11010110 11100 1011000 0 1010111 111011 10000 101010101 1001101 101111

Color Harmonies of #D61C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C58

Black with #D61C58

Text Example


Text Example

White with #D61C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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