Html Css Color HEX #D9215C Ruby

📋 copy color: '#D9215C'

red 217 ◦ green 33 ◦ blue 92

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

Shades of Ruby #D9215C

Tints of Ruby #D9215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.65%

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 63.45%
G = 9.65%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9215C (or 0xD9215C) is known color: Ruby. HEX triplet: D9, 21 and 5C. RGB value is (217,33,92). Sum of RGB (Red+Green+Blue) = 217+33+92=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9215C is #26DEA3. Grayscale: #5E5E5E. Windows color (decimal): -2547364 or 6037977. OLE color: 6037977.

HSL color Cylindrical-coordinate representation of color #D9215C: hue angle of 340.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9215C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 92 -
CMYK 0 0.85 0.58 0.15
HSL 340.76º 0.74% 0.49% -
HSV(B) 340.76º 0.85% 0.85% -
XYZ 31.09 16.61 11.69 -
YUV 94.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 217 33 92 0 0.85 0.58 0.15 340.76 0.74 0.49
Hex D9 21 5C 0 55 3A F 155 4A 31
Octal 331 41 134 0 125 72 17 525 112 61
Binary 11011001 100001 1011100 0 1010101 111010 1111 101010101 1001010 110001

Color Harmonies of #D9215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9215C

Black with #D9215C

Text Example


Text Example

White with #D9215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9215C; }

 p { color: rgb(217,33,92); }

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

background-color css

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

 a { background-color: rgb(217,33,92); }

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

border-color css

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

 span { border-color: rgb(217,33,92); }

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