Html Css Color HEX #D46678 Froly

📋 copy color: '#D46678'

red 212 ◦ green 102 ◦ blue 120

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

Shades of Froly #D46678

Tints of Froly #D46678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

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

R = 48.85%
G = 23.5%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D46678 (or 0xD46678) is known color: Froly. HEX triplet: D4, 66 and 78. RGB value is (212,102,120). Sum of RGB (Red+Green+Blue) = 212+102+120=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D46678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46678 is #2B9987. Grayscale: #888888. Windows color (decimal): -2857352 or 7890644. OLE color: 7890644.

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

Color convert

RGB 212 102 120 -
CMYK 0 0.52 0.43 0.17
HSL 350.18º 0.56% 0.62% -
HSV(B) 350.18º 0.52% 0.83% -
XYZ 35.29 24.86 20.71 -
YUV 136.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 212 102 120 0 0.52 0.43 0.17 350.18 0.56 0.62
Hex D4 66 78 0 34 2B 11 15E 38 3E
Octal 324 146 170 0 64 53 21 536 70 76
Binary 11010100 1100110 1111000 0 110100 101011 10001 101011110 111000 111110

Color Harmonies of #D46678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46678

Black with #D46678

Text Example


Text Example

White with #D46678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46678; }

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

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

background-color css

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

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

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

border-color css

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

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

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