Html Css Color HEX #D90C69 Ruby

📋 copy color: '#D90C69'

red 217 ◦ green 12 ◦ blue 105

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

Shades of Ruby #D90C69

Tints of Ruby #D90C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 64.97%
G = 3.59%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D90C69 (or 0xD90C69) is known color: Ruby. HEX triplet: D9, 0C and 69. RGB value is (217,12,105). Sum of RGB (Red+Green+Blue) = 217+12+105=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C69 is #26F396. Grayscale: #535353. Windows color (decimal): -2552727 or 6884569. OLE color: 6884569.

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

Color convert

RGB 217 12 105 -
CMYK 0 0.94 0.52 0.15
HSL 332.78º 0.9% 0.45% -
HSV(B) 332.78º 0.94% 0.85% -
XYZ 31.3 16.03 14.81 -
YUV 83.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 217 12 105 0 0.94 0.52 0.15 332.78 0.9 0.45
Hex D9 C 69 0 5E 34 F 14D 5A 2D
Octal 331 14 151 0 136 64 17 515 132 55
Binary 11011001 1100 1101001 0 1011110 110100 1111 101001101 1011010 101101

Color Harmonies of #D90C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C69

Black with #D90C69

Text Example


Text Example

White with #D90C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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