Html Css Color HEX #D61566 Ruby

📋 copy color: '#D61566'

red 214 ◦ green 21 ◦ blue 102

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

Shades of Ruby #D61566

Tints of Ruby #D61566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

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

R = 63.5%
G = 6.23%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D61566 (or 0xD61566) is known color: Ruby. HEX triplet: D6, 15 and 66. RGB value is (214,21,102). Sum of RGB (Red+Green+Blue) = 214+21+102=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D61566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61566 is #29EA99. Grayscale: #575757. Windows color (decimal): -2747034 or 6690262. OLE color: 6690262.

HSL color Cylindrical-coordinate representation of color #D61566: hue angle of 334.82º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61566 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 102 -
CMYK 0 0.90 0.52 0.16
HSL 334.82º 0.82% 0.46% -
HSV(B) 334.82º 0.9% 0.84% -
XYZ 30.4 15.79 14.02 -
YUV 87.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 214 21 102 0 0.90 0.52 0.16 334.82 0.82 0.46
Hex D6 15 66 0 5A 34 10 14F 52 2E
Octal 326 25 146 0 132 64 20 517 122 56
Binary 11010110 10101 1100110 0 1011010 110100 10000 101001111 1010010 101110

Color Harmonies of #D61566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61566

Black with #D61566

Text Example


Text Example

White with #D61566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61566; }

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

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

background-color css

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

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

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

border-color css

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

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

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