Html Css Color HEX #D4086A Ruby

📋 copy color: '#D4086A'

red 212 ◦ green 8 ◦ blue 106

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

Shades of Ruby #D4086A

Tints of Ruby #D4086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 65.03%
G = 2.45%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4086A (or 0xD4086A) is known color: Ruby. HEX triplet: D4, 08 and 6A. RGB value is (212,8,106). Sum of RGB (Red+Green+Blue) = 212+8+106=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4086A is #2BF795. Grayscale: #4F4F4F. Windows color (decimal): -2881430 or 6949076. OLE color: 6949076.

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

Color convert

RGB 212 8 106 -
CMYK 0 0.96 0.5 0.17
HSL 331.18º 0.93% 0.43% -
HSV(B) 331.18º 0.96% 0.83% -
XYZ 29.84 15.21 15 -
YUV 80.17 142.59 222.03 -
System Red Green Blue C M Y K H S L
Decimal 212 8 106 0 0.96 0.5 0.17 331.18 0.93 0.43
Hex D4 8 6A 0 60 32 11 14B 5D 2B
Octal 324 10 152 0 140 62 21 513 135 53
Binary 11010100 1000 1101010 0 1100000 110010 10001 101001011 1011101 101011

Color Harmonies of #D4086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4086A

Black with #D4086A

Text Example


Text Example

White with #D4086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4086A; }

 p { color: rgb(212,8,106); }

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

background-color css

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

 a { background-color: rgb(212,8,106); }

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

border-color css

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

 span { border-color: rgb(212,8,106); }

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