Html Css Color HEX #D46B78 Froly

📋 copy color: '#D46B78'

red 212 ◦ green 107 ◦ blue 120

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

Shades of Froly #D46B78

Tints of Froly #D46B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.37%

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

R = 48.29%
G = 24.37%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D46B78 (or 0xD46B78) is known color: Froly. HEX triplet: D4, 6B and 78. RGB value is (212,107,120). Sum of RGB (Red+Green+Blue) = 212+107+120=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B78 is #2B9487. Grayscale: #8B8B8B. Windows color (decimal): -2856072 or 7891924. OLE color: 7891924.

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

Color convert

RGB 212 107 120 -
CMYK 0 0.50 0.43 0.17
HSL 352.57º 0.55% 0.63% -
HSV(B) 352.57º 0.5% 0.83% -
XYZ 35.8 25.87 20.88 -
YUV 139.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 212 107 120 0 0.50 0.43 0.17 352.57 0.55 0.63
Hex D4 6B 78 0 32 2B 11 161 37 3F
Octal 324 153 170 0 62 53 21 541 67 77
Binary 11010100 1101011 1111000 0 110010 101011 10001 101100001 110111 111111

Color Harmonies of #D46B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B78

Black with #D46B78

Text Example


Text Example

White with #D46B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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