Html Css Color HEX #D61B66 Ruby

📋 copy color: '#D61B66'

red 214 ◦ green 27 ◦ blue 102

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

Shades of Ruby #D61B66

Tints of Ruby #D61B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 62.39%
G = 7.87%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D61B66 (or 0xD61B66) is known color: Ruby. HEX triplet: D6, 1B and 66. RGB value is (214,27,102). Sum of RGB (Red+Green+Blue) = 214+27+102=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B66 is #29E499. Grayscale: #5B5B5B. Windows color (decimal): -2745498 or 6691798. OLE color: 6691798.

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

Color convert

RGB 214 27 102 -
CMYK 0 0.87 0.52 0.16
HSL 335.94º 0.78% 0.47% -
HSV(B) 335.94º 0.87% 0.84% -
XYZ 30.52 16.04 14.06 -
YUV 91.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 214 27 102 0 0.87 0.52 0.16 335.94 0.78 0.47
Hex D6 1B 66 0 57 34 10 150 4E 2F
Octal 326 33 146 0 127 64 20 520 116 57
Binary 11010110 11011 1100110 0 1010111 110100 10000 101010000 1001110 101111

Color Harmonies of #D61B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B66

Black with #D61B66

Text Example


Text Example

White with #D61B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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