Html Css Color HEX #D4095B Ruby

📋 copy color: '#D4095B'

red 212 ◦ green 9 ◦ blue 91

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

Shades of Ruby #D4095B

Tints of Ruby #D4095B

RGB

 RED value IS 212 (83.2% from 255) = 67.95%

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 67.95%
G = 2.88%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4095B (or 0xD4095B) is known color: Ruby. HEX triplet: D4, 09 and 5B. RGB value is (212,9,91). Sum of RGB (Red+Green+Blue) = 212+9+91=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4095B is #2BF6A4. Grayscale: #4E4E4E. Windows color (decimal): -2881189 or 5966292. OLE color: 5966292.

HSL color Cylindrical-coordinate representation of color #D4095B: hue angle of 335.76º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4095B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 91 -
CMYK 0 0.96 0.57 0.17
HSL 335.76º 0.92% 0.43% -
HSV(B) 335.76º 0.96% 0.83% -
XYZ 29.14 14.95 11.25 -
YUV 79.05 134.75 222.83 -
System Red Green Blue C M Y K H S L
Decimal 212 9 91 0 0.96 0.57 0.17 335.76 0.92 0.43
Hex D4 9 5B 0 60 39 11 150 5C 2B
Octal 324 11 133 0 140 71 21 520 134 53
Binary 11010100 1001 1011011 0 1100000 111001 10001 101010000 1011100 101011

Color Harmonies of #D4095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4095B

Black with #D4095B

Text Example


Text Example

White with #D4095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4095B; }

 p { color: rgb(212,9,91); }

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

background-color css

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

 a { background-color: rgb(212,9,91); }

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

border-color css

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

 span { border-color: rgb(212,9,91); }

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