Html Css Color HEX #D46A6D Froly

📋 copy color: '#D46A6D'

red 212 ◦ green 106 ◦ blue 109

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

Shades of Froly #D46A6D

Tints of Froly #D46A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.82%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 49.65%
G = 24.82%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D46A6D (or 0xD46A6D) is known color: Froly. HEX triplet: D4, 6A and 6D. RGB value is (212,106,109). Sum of RGB (Red+Green+Blue) = 212+106+109=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A6D is #2B9592. Grayscale: #8A8A8A. Windows color (decimal): -2856339 or 7170772. OLE color: 7170772.

HSL color Cylindrical-coordinate representation of color #D46A6D: hue angle of 358.3º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A6D is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 109 -
CMYK 0 0.5 0.49 0.17
HSL 358.3º 0.55% 0.62% -
HSV(B) 358.3º 0.5% 0.83% -
XYZ 35.07 25.41 17.52 -
YUV 138.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 212 106 109 0 0.5 0.49 0.17 358.3 0.55 0.62
Hex D4 6A 6D 0 32 31 11 166 37 3E
Octal 324 152 155 0 62 61 21 546 67 76
Binary 11010100 1101010 1101101 0 110010 110001 10001 101100110 110111 111110

Color Harmonies of #D46A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A6D

Black with #D46A6D

Text Example


Text Example

White with #D46A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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