Html Css Color HEX #D9215A Ruby

📋 copy color: '#D9215A'

red 217 ◦ green 33 ◦ blue 90

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

Shades of Ruby #D9215A

Tints of Ruby #D9215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 63.82%
G = 9.71%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9215A (or 0xD9215A) is known color: Ruby. HEX triplet: D9, 21 and 5A. RGB value is (217,33,90). Sum of RGB (Red+Green+Blue) = 217+33+90=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D9215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9215A is #26DEA5. Grayscale: #5E5E5E. Windows color (decimal): -2547366 or 5906905. OLE color: 5906905.

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

Color convert

RGB 217 33 90 -
CMYK 0 0.85 0.59 0.15
HSL 341.41º 0.74% 0.49% -
HSV(B) 341.41º 0.85% 0.85% -
XYZ 31 16.58 11.24 -
YUV 94.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 217 33 90 0 0.85 0.59 0.15 341.41 0.74 0.49
Hex D9 21 5A 0 55 3B F 155 4A 31
Octal 331 41 132 0 125 73 17 525 112 61
Binary 11011001 100001 1011010 0 1010101 111011 1111 101010101 1001010 110001

Color Harmonies of #D9215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9215A

Black with #D9215A

Text Example


Text Example

White with #D9215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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