Html Css Color HEX #D90C5D Ruby

📋 copy color: '#D90C5D'

red 217 ◦ green 12 ◦ blue 93

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

Shades of Ruby #D90C5D

Tints of Ruby #D90C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 67.39%
G = 3.73%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D90C5D (or 0xD90C5D) is known color: Ruby. HEX triplet: D9, 0C and 5D. RGB value is (217,12,93). Sum of RGB (Red+Green+Blue) = 217+12+93=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C5D is #26F3A2. Grayscale: #525252. Windows color (decimal): -2552739 or 6098137. OLE color: 6098137.

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

Color convert

RGB 217 12 93 -
CMYK 0 0.94 0.57 0.15
HSL 336.29º 0.9% 0.45% -
HSV(B) 336.29º 0.94% 0.85% -
XYZ 30.72 15.8 11.79 -
YUV 82.53 133.92 223.91 -
System Red Green Blue C M Y K H S L
Decimal 217 12 93 0 0.94 0.57 0.15 336.29 0.9 0.45
Hex D9 C 5D 0 5E 39 F 150 5A 2D
Octal 331 14 135 0 136 71 17 520 132 55
Binary 11011001 1100 1011101 0 1011110 111001 1111 101010000 1011010 101101

Color Harmonies of #D90C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C5D

Black with #D90C5D

Text Example


Text Example

White with #D90C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C5D; }

 p { color: rgb(217,12,93); }

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

background-color css

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

 a { background-color: rgb(217,12,93); }

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

border-color css

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

 span { border-color: rgb(217,12,93); }

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