Html Css Color HEX #D61364 Ruby

📋 copy color: '#D61364'

red 214 ◦ green 19 ◦ blue 100

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

Shades of Ruby #D61364

Tints of Ruby #D61364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 64.26%
G = 5.71%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D61364 (or 0xD61364) is known color: Ruby. HEX triplet: D6, 13 and 64. RGB value is (214,19,100). Sum of RGB (Red+Green+Blue) = 214+19+100=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D61364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61364 is #29EC9B. Grayscale: #565656. Windows color (decimal): -2747548 or 6558678. OLE color: 6558678.

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

Color convert

RGB 214 19 100 -
CMYK 0 0.91 0.53 0.16
HSL 335.08º 0.84% 0.46% -
HSV(B) 335.08º 0.91% 0.84% -
XYZ 30.26 15.68 13.49 -
YUV 86.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 214 19 100 0 0.91 0.53 0.16 335.08 0.84 0.46
Hex D6 13 64 0 5B 35 10 14F 54 2E
Octal 326 23 144 0 133 65 20 517 124 56
Binary 11010110 10011 1100100 0 1011011 110101 10000 101001111 1010100 101110

Color Harmonies of #D61364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61364

Black with #D61364

Text Example


Text Example

White with #D61364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61364; }

 p { color: rgb(214,19,100); }

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

background-color css

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

 a { background-color: rgb(214,19,100); }

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

border-color css

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

 span { border-color: rgb(214,19,100); }

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