Html Css Color HEX #D1075C Ruby

📋 copy color: '#D1075C'

red 209 ◦ green 7 ◦ blue 92

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

Shades of Ruby #D1075C

Tints of Ruby #D1075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 67.86%
G = 2.27%
B = 29.87%

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

#D1075C (or 0xD1075C) is known color: Ruby. HEX triplet: D1, 07 and 5C. RGB value is (209,7,92). Sum of RGB (Red+Green+Blue) = 209+7+92=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1075C is #2EF8A3. Grayscale: #4C4C4C. Windows color (decimal): -3078308 or 6031313. OLE color: 6031313.

HSL color Cylindrical-coordinate representation of color #D1075C: hue angle of 334.75º 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 #D1075C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 7 92 -
CMYK 0 0.97 0.56 0.18
HSL 334.75º 0.94% 0.42% -
HSV(B) 334.75º 0.97% 0.82% -
XYZ 28.3 14.48 11.43 -
YUV 77.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 209 7 92 0 0.97 0.56 0.18 334.75 0.94 0.42
Hex D1 7 5C 0 61 38 12 14F 5E 2A
Octal 321 7 134 0 141 70 22 517 136 52
Binary 11010001 111 1011100 0 1100001 111000 10010 101001111 1011110 101010

Color Harmonies of #D1075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1075C

Black with #D1075C

Text Example


Text Example

White with #D1075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1075C; }

 p { color: rgb(209,7,92); }

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

background-color css

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

 a { background-color: rgb(209,7,92); }

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

border-color css

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

 span { border-color: rgb(209,7,92); }

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