Html Css Color HEX #D61E66 Ruby

📋 copy color: '#D61E66'

red 214 ◦ green 30 ◦ blue 102

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

Shades of Ruby #D61E66

Tints of Ruby #D61E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 61.85%
G = 8.67%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D61E66 (or 0xD61E66) is known color: Ruby. HEX triplet: D6, 1E and 66. RGB value is (214,30,102). Sum of RGB (Red+Green+Blue) = 214+30+102=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E66 is #29E199. Grayscale: #5D5D5D. Windows color (decimal): -2744730 or 6692566. OLE color: 6692566.

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

Color convert

RGB 214 30 102 -
CMYK 0 0.86 0.52 0.16
HSL 336.52º 0.75% 0.48% -
HSV(B) 336.52º 0.86% 0.84% -
XYZ 30.59 16.18 14.08 -
YUV 93.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 214 30 102 0 0.86 0.52 0.16 336.52 0.75 0.48
Hex D6 1E 66 0 56 34 10 151 4B 30
Octal 326 36 146 0 126 64 20 521 113 60
Binary 11010110 11110 1100110 0 1010110 110100 10000 101010001 1001011 110000

Color Harmonies of #D61E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E66

Black with #D61E66

Text Example


Text Example

White with #D61E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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