Html Css Color HEX #D61365 Ruby

📋 copy color: '#D61365'

red 214 ◦ green 19 ◦ blue 101

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

Shades of Ruby #D61365

Tints of Ruby #D61365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 64.07%
G = 5.69%
B = 30.24%

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

#D61365 (or 0xD61365) is known color: Ruby. HEX triplet: D6, 13 and 65. RGB value is (214,19,101). Sum of RGB (Red+Green+Blue) = 214+19+101=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D61365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61365 is #29EC9A. Grayscale: #565656. Windows color (decimal): -2747547 or 6624214. OLE color: 6624214.

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

Color convert

RGB 214 19 101 -
CMYK 0 0.91 0.53 0.16
HSL 334.77º 0.84% 0.46% -
HSV(B) 334.77º 0.91% 0.84% -
XYZ 30.31 15.7 13.74 -
YUV 86.65 136.1 218.83 -
System Red Green Blue C M Y K H S L
Decimal 214 19 101 0 0.91 0.53 0.16 334.77 0.84 0.46
Hex D6 13 65 0 5B 35 10 14F 54 2E
Octal 326 23 145 0 133 65 20 517 124 56
Binary 11010110 10011 1100101 0 1011011 110101 10000 101001111 1010100 101110

Color Harmonies of #D61365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61365

Black with #D61365

Text Example


Text Example

White with #D61365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61365; }

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

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

background-color css

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

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

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

border-color css

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

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

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