Html Css Color HEX #D61567 Ruby

📋 copy color: '#D61567'

red 214 ◦ green 21 ◦ blue 103

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

Shades of Ruby #D61567

Tints of Ruby #D61567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 63.31%
G = 6.21%
B = 30.47%

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

#D61567 (or 0xD61567) is known color: Ruby. HEX triplet: D6, 15 and 67. RGB value is (214,21,103). Sum of RGB (Red+Green+Blue) = 214+21+103=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D61567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61567 is #29EA98. Grayscale: #575757. Windows color (decimal): -2747033 or 6755798. OLE color: 6755798.

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

Color convert

RGB 214 21 103 -
CMYK 0 0.90 0.52 0.16
HSL 334.51º 0.82% 0.46% -
HSV(B) 334.51º 0.9% 0.84% -
XYZ 30.45 15.81 14.28 -
YUV 88.06 136.44 217.83 -
System Red Green Blue C M Y K H S L
Decimal 214 21 103 0 0.90 0.52 0.16 334.51 0.82 0.46
Hex D6 15 67 0 5A 34 10 14F 52 2E
Octal 326 25 147 0 132 64 20 517 122 56
Binary 11010110 10101 1100111 0 1011010 110100 10000 101001111 1010010 101110

Color Harmonies of #D61567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61567

Black with #D61567

Text Example


Text Example

White with #D61567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61567; }

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

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

background-color css

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

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

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

border-color css

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

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

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