Html Css Color HEX #D91D75 Ruby

📋 copy color: '#D91D75'

red 217 ◦ green 29 ◦ blue 117

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

Shades of Ruby #D91D75

Tints of Ruby #D91D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 59.78%
G = 7.99%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D91D75 (or 0xD91D75) is known color: Ruby. HEX triplet: D9, 1D and 75. RGB value is (217,29,117). Sum of RGB (Red+Green+Blue) = 217+29+117=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D75 is #26E28A. Grayscale: #5F5F5F. Windows color (decimal): -2548363 or 7675353. OLE color: 7675353.

HSL color Cylindrical-coordinate representation of color #D91D75: hue angle of 331.91º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D75 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 117 -
CMYK 0 0.87 0.46 0.15
HSL 331.91º 0.76% 0.48% -
HSV(B) 331.91º 0.87% 0.85% -
XYZ 32.27 16.91 18.39 -
YUV 95.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 217 29 117 0 0.87 0.46 0.15 331.91 0.76 0.48
Hex D9 1D 75 0 57 2E F 14C 4C 30
Octal 331 35 165 0 127 56 17 514 114 60
Binary 11011001 11101 1110101 0 1010111 101110 1111 101001100 1001100 110000

Color Harmonies of #D91D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D75

Black with #D91D75

Text Example


Text Example

White with #D91D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D75; }

 p { color: rgb(217,29,117); }

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

background-color css

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

 a { background-color: rgb(217,29,117); }

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

border-color css

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

 span { border-color: rgb(217,29,117); }

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