Html Css Color HEX #D90C6B Ruby

📋 copy color: '#D90C6B'

red 217 ◦ green 12 ◦ blue 107

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

Shades of Ruby #D90C6B

Tints of Ruby #D90C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 64.58%
G = 3.57%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D90C6B (or 0xD90C6B) is known color: Ruby. HEX triplet: D9, 0C and 6B. RGB value is (217,12,107). Sum of RGB (Red+Green+Blue) = 217+12+107=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C6B is #26F394. Grayscale: #535353. Windows color (decimal): -2552725 or 7015641. OLE color: 7015641.

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

Color convert

RGB 217 12 107 -
CMYK 0 0.94 0.51 0.15
HSL 332.2º 0.9% 0.45% -
HSV(B) 332.2º 0.94% 0.85% -
XYZ 31.4 16.08 15.36 -
YUV 84.13 140.92 222.78 -
System Red Green Blue C M Y K H S L
Decimal 217 12 107 0 0.94 0.51 0.15 332.2 0.9 0.45
Hex D9 C 6B 0 5E 33 F 14C 5A 2D
Octal 331 14 153 0 136 63 17 514 132 55
Binary 11011001 1100 1101011 0 1011110 110011 1111 101001100 1011010 101101

Color Harmonies of #D90C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C6B

Black with #D90C6B

Text Example


Text Example

White with #D90C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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