Html Css Color HEX #D61363 Ruby

📋 copy color: '#D61363'

red 214 ◦ green 19 ◦ blue 99

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

Shades of Ruby #D61363

Tints of Ruby #D61363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 64.46%
G = 5.72%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D61363 (or 0xD61363) is known color: Ruby. HEX triplet: D6, 13 and 63. RGB value is (214,19,99). Sum of RGB (Red+Green+Blue) = 214+19+99=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D61363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61363 is #29EC9C. Grayscale: #565656. Windows color (decimal): -2747549 or 6493142. OLE color: 6493142.

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

Color convert

RGB 214 19 99 -
CMYK 0 0.91 0.54 0.16
HSL 335.38º 0.84% 0.46% -
HSV(B) 335.38º 0.91% 0.84% -
XYZ 30.22 15.66 13.24 -
YUV 86.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 214 19 99 0 0.91 0.54 0.16 335.38 0.84 0.46
Hex D6 13 63 0 5B 36 10 14F 54 2E
Octal 326 23 143 0 133 66 20 517 124 56
Binary 11010110 10011 1100011 0 1011011 110110 10000 101001111 1010100 101110

Color Harmonies of #D61363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61363

Black with #D61363

Text Example


Text Example

White with #D61363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61363; }

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

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

background-color css

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

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

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

border-color css

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

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

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