Html Css Color HEX #D90F61 Ruby

📋 copy color: '#D90F61'

red 217 ◦ green 15 ◦ blue 97

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

Shades of Ruby #D90F61

Tints of Ruby #D90F61

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 65.96%
G = 4.56%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D90F61 (or 0xD90F61) is known color: Ruby. HEX triplet: D9, 0F and 61. RGB value is (217,15,97). Sum of RGB (Red+Green+Blue) = 217+15+97=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90F61 is #26F09E. Grayscale: #545454. Windows color (decimal): -2551967 or 6361049. OLE color: 6361049.

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

Color convert

RGB 217 15 97 -
CMYK 0 0.93 0.55 0.15
HSL 335.64º 0.87% 0.45% -
HSV(B) 335.64º 0.93% 0.85% -
XYZ 30.94 15.96 12.76 -
YUV 84.75 134.92 222.33 -
System Red Green Blue C M Y K H S L
Decimal 217 15 97 0 0.93 0.55 0.15 335.64 0.87 0.45
Hex D9 F 61 0 5D 37 F 150 57 2D
Octal 331 17 141 0 135 67 17 520 127 55
Binary 11011001 1111 1100001 0 1011101 110111 1111 101010000 1010111 101101

Color Harmonies of #D90F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90F61

Black with #D90F61

Text Example


Text Example

White with #D90F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90F61; }

 p { color: rgb(217,15,97); }

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

background-color css

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

 a { background-color: rgb(217,15,97); }

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

border-color css

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

 span { border-color: rgb(217,15,97); }

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