Html Css Color HEX #D61F68 Ruby

📋 copy color: '#D61F68'

red 214 ◦ green 31 ◦ blue 104

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

Shades of Ruby #D61F68

Tints of Ruby #D61F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 61.32%
G = 8.88%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D61F68 (or 0xD61F68) is known color: Ruby. HEX triplet: D6, 1F and 68. RGB value is (214,31,104). Sum of RGB (Red+Green+Blue) = 214+31+104=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F68 is #29E097. Grayscale: #5D5D5D. Windows color (decimal): -2744472 or 6823894. OLE color: 6823894.

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

Color convert

RGB 214 31 104 -
CMYK 0 0.86 0.51 0.16
HSL 336.07º 0.75% 0.48% -
HSV(B) 336.07º 0.86% 0.84% -
XYZ 30.72 16.28 14.62 -
YUV 94.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 214 31 104 0 0.86 0.51 0.16 336.07 0.75 0.48
Hex D6 1F 68 0 56 33 10 150 4B 30
Octal 326 37 150 0 126 63 20 520 113 60
Binary 11010110 11111 1101000 0 1010110 110011 10000 101010000 1001011 110000

Color Harmonies of #D61F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F68

Black with #D61F68

Text Example


Text Example

White with #D61F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F68; }

 p { color: rgb(214,31,104); }

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

background-color css

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

 a { background-color: rgb(214,31,104); }

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

border-color css

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

 span { border-color: rgb(214,31,104); }

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