Html Css Color HEX #D61B68 Ruby

📋 copy color: '#D61B68'

red 214 ◦ green 27 ◦ blue 104

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

Shades of Ruby #D61B68

Tints of Ruby #D61B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

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

R = 62.03%
G = 7.83%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D61B68 (or 0xD61B68) is known color: Ruby. HEX triplet: D6, 1B and 68. RGB value is (214,27,104). Sum of RGB (Red+Green+Blue) = 214+27+104=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B68 is #29E497. Grayscale: #5B5B5B. Windows color (decimal): -2745496 or 6822870. OLE color: 6822870.

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

Color convert

RGB 214 27 104 -
CMYK 0 0.87 0.51 0.16
HSL 335.29º 0.78% 0.47% -
HSV(B) 335.29º 0.87% 0.84% -
XYZ 30.62 16.08 14.59 -
YUV 91.69 134.95 215.24 -
System Red Green Blue C M Y K H S L
Decimal 214 27 104 0 0.87 0.51 0.16 335.29 0.78 0.47
Hex D6 1B 68 0 57 33 10 14F 4E 2F
Octal 326 33 150 0 127 63 20 517 116 57
Binary 11010110 11011 1101000 0 1010111 110011 10000 101001111 1001110 101111

Color Harmonies of #D61B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B68

Black with #D61B68

Text Example


Text Example

White with #D61B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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