Html Css Color HEX #D91665 Ruby

📋 copy color: '#D91665'

red 217 ◦ green 22 ◦ blue 101

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

Shades of Ruby #D91665

Tints of Ruby #D91665

RGB

 RED value IS 217 (85.16% from 255) = 63.82%

 GREEN value IS 22 (8.98% from 255) = 6.47%

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

R = 63.82%
G = 6.47%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D91665 (or 0xD91665) is known color: Ruby. HEX triplet: D9, 16 and 65. RGB value is (217,22,101). Sum of RGB (Red+Green+Blue) = 217+22+101=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D91665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91665 is #26E99A. Grayscale: #595959. Windows color (decimal): -2550171 or 6624985. OLE color: 6624985.

HSL color Cylindrical-coordinate representation of color #D91665: hue angle of 335.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91665 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 101 -
CMYK 0 0.90 0.53 0.15
HSL 335.69º 0.82% 0.47% -
HSV(B) 335.69º 0.9% 0.85% -
XYZ 31.25 16.27 13.8 -
YUV 89.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 217 22 101 0 0.90 0.53 0.15 335.69 0.82 0.47
Hex D9 16 65 0 5A 35 F 150 52 2F
Octal 331 26 145 0 132 65 17 520 122 57
Binary 11011001 10110 1100101 0 1011010 110101 1111 101010000 1010010 101111

Color Harmonies of #D91665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91665

Black with #D91665

Text Example


Text Example

White with #D91665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91665; }

 p { color: rgb(217,22,101); }

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

background-color css

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

 a { background-color: rgb(217,22,101); }

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

border-color css

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

 span { border-color: rgb(217,22,101); }

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