Html Css Color HEX #D1065D Ruby

📋 copy color: '#D1065D'

red 209 ◦ green 6 ◦ blue 93

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

Shades of Ruby #D1065D

Tints of Ruby #D1065D

RGB

 RED value IS 209 (82.03% from 255) = 67.86%

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 67.86%
G = 1.95%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1065D (or 0xD1065D) is known color: Ruby. HEX triplet: D1, 06 and 5D. RGB value is (209,6,93). Sum of RGB (Red+Green+Blue) = 209+6+93=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1065D is #2EF9A2. Grayscale: #4C4C4C. Windows color (decimal): -3078563 or 6096593. OLE color: 6096593.

HSL color Cylindrical-coordinate representation of color #D1065D: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1065D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 93 -
CMYK 0 0.97 0.56 0.18
HSL 334.29º 0.94% 0.42% -
HSV(B) 334.29º 0.97% 0.82% -
XYZ 28.34 14.48 11.66 -
YUV 76.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 209 6 93 0 0.97 0.56 0.18 334.29 0.94 0.42
Hex D1 6 5D 0 61 38 12 14E 5E 2A
Octal 321 6 135 0 141 70 22 516 136 52
Binary 11010001 110 1011101 0 1100001 111000 10010 101001110 1011110 101010

Color Harmonies of #D1065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1065D

Black with #D1065D

Text Example


Text Example

White with #D1065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1065D; }

 p { color: rgb(209,6,93); }

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

background-color css

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

 a { background-color: rgb(209,6,93); }

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

border-color css

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

 span { border-color: rgb(209,6,93); }

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