Html Css Color HEX #D90C6F Ruby

📋 copy color: '#D90C6F'

red 217 ◦ green 12 ◦ blue 111

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

Shades of Ruby #D90C6F

Tints of Ruby #D90C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 63.82%
G = 3.53%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D90C6F (or 0xD90C6F) is known color: Ruby. HEX triplet: D9, 0C and 6F. RGB value is (217,12,111). Sum of RGB (Red+Green+Blue) = 217+12+111=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C6F is #26F390. Grayscale: #545454. Windows color (decimal): -2552721 or 7277785. OLE color: 7277785.

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

Color convert

RGB 217 12 111 -
CMYK 0 0.94 0.49 0.15
HSL 331.02º 0.9% 0.45% -
HSV(B) 331.02º 0.94% 0.85% -
XYZ 31.62 16.16 16.49 -
YUV 84.58 142.92 222.45 -
System Red Green Blue C M Y K H S L
Decimal 217 12 111 0 0.94 0.49 0.15 331.02 0.9 0.45
Hex D9 C 6F 0 5E 31 F 14B 5A 2D
Octal 331 14 157 0 136 61 17 513 132 55
Binary 11011001 1100 1101111 0 1011110 110001 1111 101001011 1011010 101101

Color Harmonies of #D90C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C6F

Black with #D90C6F

Text Example


Text Example

White with #D90C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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