Html Css Color HEX #D91E70 Ruby

📋 copy color: '#D91E70'

red 217 ◦ green 30 ◦ blue 112

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

Shades of Ruby #D91E70

Tints of Ruby #D91E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 60.45%
G = 8.36%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D91E70 (or 0xD91E70) is known color: Ruby. HEX triplet: D9, 1E and 70. RGB value is (217,30,112). Sum of RGB (Red+Green+Blue) = 217+30+112=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E70 is #26E18F. Grayscale: #5F5F5F. Windows color (decimal): -2548112 or 7347929. OLE color: 7347929.

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

Color convert

RGB 217 30 112 -
CMYK 0 0.86 0.48 0.15
HSL 333.69º 0.76% 0.48% -
HSV(B) 333.69º 0.86% 0.85% -
XYZ 32 16.85 16.89 -
YUV 95.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 217 30 112 0 0.86 0.48 0.15 333.69 0.76 0.48
Hex D9 1E 70 0 56 30 F 14E 4C 30
Octal 331 36 160 0 126 60 17 516 114 60
Binary 11011001 11110 1110000 0 1010110 110000 1111 101001110 1001100 110000

Color Harmonies of #D91E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E70

Black with #D91E70

Text Example


Text Example

White with #D91E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E70; }

 p { color: rgb(217,30,112); }

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

background-color css

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

 a { background-color: rgb(217,30,112); }

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

border-color css

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

 span { border-color: rgb(217,30,112); }

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