Html Css Color HEX #D4096F Ruby

📋 copy color: '#D4096F'

red 212 ◦ green 9 ◦ blue 111

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

Shades of Ruby #D4096F

Tints of Ruby #D4096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 63.86%
G = 2.71%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4096F (or 0xD4096F) is known color: Ruby. HEX triplet: D4, 09 and 6F. RGB value is (212,9,111). Sum of RGB (Red+Green+Blue) = 212+9+111=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D4096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4096F is #2BF690. Grayscale: #515151. Windows color (decimal): -2881169 or 7277012. OLE color: 7277012.

HSL color Cylindrical-coordinate representation of color #D4096F: hue angle of 329.85º 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 #D4096F is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 111 -
CMYK 0 0.96 0.48 0.17
HSL 329.85º 0.92% 0.43% -
HSV(B) 329.85º 0.96% 0.83% -
XYZ 30.12 15.34 16.41 -
YUV 81.33 144.75 221.21 -
System Red Green Blue C M Y K H S L
Decimal 212 9 111 0 0.96 0.48 0.17 329.85 0.92 0.43
Hex D4 9 6F 0 60 30 11 14A 5C 2B
Octal 324 11 157 0 140 60 21 512 134 53
Binary 11010100 1001 1101111 0 1100000 110000 10001 101001010 1011100 101011

Color Harmonies of #D4096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4096F

Black with #D4096F

Text Example


Text Example

White with #D4096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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