Html Css Color HEX #D46A78 Froly

📋 copy color: '#D46A78'

red 212 ◦ green 106 ◦ blue 120

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

Shades of Froly #D46A78

Tints of Froly #D46A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.4%

R = 48.4%
G = 24.2%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D46A78 (or 0xD46A78) is known color: Froly. HEX triplet: D4, 6A and 78. RGB value is (212,106,120). Sum of RGB (Red+Green+Blue) = 212+106+120=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A78 is #2B9587. Grayscale: #8B8B8B. Windows color (decimal): -2856328 or 7891668. OLE color: 7891668.

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

Color convert

RGB 212 106 120 -
CMYK 0 0.5 0.43 0.17
HSL 352.08º 0.55% 0.62% -
HSV(B) 352.08º 0.5% 0.83% -
XYZ 35.7 25.66 20.84 -
YUV 139.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 212 106 120 0 0.5 0.43 0.17 352.08 0.55 0.62
Hex D4 6A 78 0 32 2B 11 160 37 3E
Octal 324 152 170 0 62 53 21 540 67 76
Binary 11010100 1101010 1111000 0 110010 101011 10001 101100000 110111 111110

Color Harmonies of #D46A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A78

Black with #D46A78

Text Example


Text Example

White with #D46A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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