Html Css Color HEX #D91D72 Ruby

📋 copy color: '#D91D72'

red 217 ◦ green 29 ◦ blue 114

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

Shades of Ruby #D91D72

Tints of Ruby #D91D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 60.28%
G = 8.06%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D91D72 (or 0xD91D72) is known color: Ruby. HEX triplet: D9, 1D and 72. RGB value is (217,29,114). Sum of RGB (Red+Green+Blue) = 217+29+114=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D72 is #26E28D. Grayscale: #5E5E5E. Windows color (decimal): -2548366 or 7478745. OLE color: 7478745.

HSL color Cylindrical-coordinate representation of color #D91D72: hue angle of 332.87º 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 #D91D72 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 114 -
CMYK 0 0.87 0.47 0.15
HSL 332.87º 0.76% 0.48% -
HSV(B) 332.87º 0.87% 0.85% -
XYZ 32.09 16.85 17.48 -
YUV 94.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 217 29 114 0 0.87 0.47 0.15 332.87 0.76 0.48
Hex D9 1D 72 0 57 2F F 14D 4C 30
Octal 331 35 162 0 127 57 17 515 114 60
Binary 11011001 11101 1110010 0 1010111 101111 1111 101001101 1001100 110000

Color Harmonies of #D91D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D72

Black with #D91D72

Text Example


Text Example

White with #D91D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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